Commit 194d9781 authored by Zhaofeng Li's avatar Zhaofeng Li

build-ndk.sh: Don't assume NDK is in $PATH

parent f6841848
......@@ -5,8 +5,8 @@ function try () {
}
# Build
try ndk-build clean
try ndk-build
try $ANDROID_NDK_HOME/ndk-build clean
try $ANDROID_NDK_HOME/ndk-build
# copy executables
rm -rf src/main/assets/armeabi-v7a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment