Build android jni targets with ndk r16b

armeabi is deprecated in r16b, but is still built by default. Thus,
I see no reason not to update to it over r15c.
This commit is contained in:
Aaron Kling 2018-04-16 12:05:18 -05:00
parent 12cc3b777c
commit f37c4467a8

View File

@ -1,7 +1,7 @@
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
NDK_ROOT /home/buildbot/tools/android/android-ndk-r15c/ NDK_ROOT /home/buildbot/tools/android/android-ndk-r16b/
ANDROID_NDK /home/buildbot/tools/android/android-ndk-r15c/ ANDROID_NDK /home/buildbot/tools/android/android-ndk-r16b/
PATH /home/buildbot/tools/android/android-ndk-r15c:/home/buildbot/tools/android/android-sdk-linux/tools PATH /home/buildbot/tools/android/android-ndk-r16b:/home/buildbot/tools/android/android-sdk-linux/tools
PLATFORM android PLATFORM android
platform android platform android
MAKE make MAKE make