Skip to content

Commit cc3983c

Browse files
committed
generate-bindings: add comment about installing bindgen-cli
1 parent 2a2f276 commit cc3983c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android-activity/generate-bindings.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# First install bindgen-cli via `cargo install bindgen-cli`
4+
35
if test -z "${ANDROID_NDK_ROOT}"; then
46
export ANDROID_NDK_ROOT=${ANDROID_NDK_HOME}
57
fi

0 commit comments

Comments
 (0)