Skip to content

Commit

Permalink
Remove mention of cbindgen manual step
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed May 16, 2023
1 parent 7768cfd commit 7809b5f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,6 @@ your NDK_HOME, you can also set the environment variable for just the one call:
NDK_HOME=$HOME/Documents/GitHub/engine/src/third_party/android_tools/ndk cargo ndk -t armeabi-v7a -t arm64-v8a build --release
```

## Development

Uses cbindgen to generate the header file.

It isn't currently wired into the build process, so you'll need to run it
manually if you change the API.
https://github.com/shorebirdtech/shorebird/issues/121

```
cargo install cbindgen
cbindgen --config cbindgen.toml --crate updater --output library/include/updater.h
```

## Imagined Architecture (not all implemented)

### Assumptions (not all enforced yet)
Expand Down

0 comments on commit 7809b5f

Please sign in to comment.