Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 639b5dd

Browse files
committed
Fix install dir for android
1 parent 538f05c commit 639b5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slaves/android/install-ndk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chmod +x android-ndk-r10e-linux-x86_64.bin
1111
bash android-ndk-r10e/build/tools/make-standalone-toolchain.sh \
1212
--platform=android-18 \
1313
--toolchain=arm-linux-androideabi-4.8 \
14-
--install-dir=/android/ndk-arm-21 \
14+
--install-dir=/android/ndk-arm-18 \
1515
--ndk-dir=/android/android-ndk-r10e \
1616
--arch=arm
1717
bash android-ndk-r10e/build/tools/make-standalone-toolchain.sh \

0 commit comments

Comments
 (0)