mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Update Android NDK compiler version (r9 required). Restore x86 and armeabi builds that I accidentally removed.
This commit is contained in:
parent
57b2deac4c
commit
855fe05050
@ -1,6 +1,6 @@
|
||||
APP_STL := gnustl_static
|
||||
#APP_ABI := armeabi-v7a x86
|
||||
#APP_ABI := armeabi-v7a armeabi x86
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_ABI := armeabi-v7a armeabi x86
|
||||
#APP_ABI := armeabi-v7a
|
||||
APP_GNUSTL_CPP_FEATURES :=
|
||||
#NDK_TOOLCHAIN_VERSION := 4.8
|
||||
NDK_TOOLCHAIN_VERSION := 4.8
|
||||
|
Loading…
Reference in New Issue
Block a user