mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
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:
parent
12cc3b777c
commit
f37c4467a8
@ -1,7 +1,7 @@
|
||||
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
|
||||
NDK_ROOT /home/buildbot/tools/android/android-ndk-r15c/
|
||||
ANDROID_NDK /home/buildbot/tools/android/android-ndk-r15c/
|
||||
PATH /home/buildbot/tools/android/android-ndk-r15c:/home/buildbot/tools/android/android-sdk-linux/tools
|
||||
NDK_ROOT /home/buildbot/tools/android/android-ndk-r16b/
|
||||
ANDROID_NDK /home/buildbot/tools/android/android-ndk-r16b/
|
||||
PATH /home/buildbot/tools/android/android-ndk-r16b:/home/buildbot/tools/android/android-sdk-linux/tools
|
||||
PLATFORM android
|
||||
platform android
|
||||
MAKE make
|
||||
|
Loading…
Reference in New Issue
Block a user