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

Commit 4f34c32

Browse files
committed
Move the ndk back to android-9
1 parent bf552b1 commit 4f34c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ class ConfigCommand(object):
864864

865865
# Set up the path to the android NDK
866866
if testing_android:
867-
s += " --arm-linux-androideabi-ndk=/android/ndk-arm-18"
867+
s += " --arm-linux-androideabi-ndk=/android/ndk-arm-9"
868868
s += " --i686-linux-android-ndk=/android/ndk-x86"
869869
s += " --aarch64-linux-android-ndk=/android/ndk-aarch64"
870870
s += " --disable-docs"

0 commit comments

Comments
 (0)