Merge pull request #782 from webgeek1234/master
Update cores-android-cmake to use ndk r16b
This commit is contained in:
commit
9a644fa7a4
|
@ -1 +1 @@
|
|||
ppsspp libretro-ppsspp-aarch64 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||
ppsspp libretro-ppsspp-aarch64 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
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
|
||||
NDK ndk-build
|
||||
NDK_TOOLCHAIN_VERSION 4.9
|
||||
RA NO
|
||||
DIST arm64-v8a
|
||||
LIBSUFFIX _android
|
||||
|
|
|
@ -1 +1 @@
|
|||
ppsspp libretro-ppsspp-armv7 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DCMAKE_BUILD_TYPE=Release
|
||||
ppsspp libretro-ppsspp-armv7 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
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
|
||||
NDK ndk-build
|
||||
NDK_TOOLCHAIN_VERSION 4.9
|
||||
RA NO
|
||||
DIST armeabi-v7a
|
||||
LIBSUFFIX _android
|
||||
|
|
|
@ -1 +1 @@
|
|||
ppsspp libretro-ppsspp-x86 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||
ppsspp libretro-ppsspp-x86 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
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
|
||||
NDK ndk-build
|
||||
NDK_TOOLCHAIN_VERSION 4.9
|
||||
RA NO
|
||||
LIBSUFFIX _android
|
||||
DIST x86
|
||||
|
|
Loading…
Reference in New Issue