We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e8017 commit eda89d0Copy full SHA for eda89d0
android-activity/generate-bindings.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
3
+if test -z "${ANDROID_NDK_ROOT}"; then
4
+ export ANDROID_NDK_ROOT=${ANDROID_NDK_HOME}
5
+fi
6
SYSROOT="${ANDROID_NDK_ROOT}"/toolchains/llvm/prebuilt/linux-x86_64/sysroot/
7
if ! test -d $SYSROOT; then
8
SYSROOT="${ANDROID_NDK_ROOT}"/toolchains/llvm/prebuilt/windows-x86_64/sysroot/
0 commit comments