mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-08 10:25:32 +00:00
6e01fbb763
We're increasing the Android SDK minimum version to API 19, this doesn't increase the minimum target API, which is API 14.
10 lines
251 B
Makefile
10 lines
251 B
Makefile
|
|
# Uncomment this if you're using STL in your project
|
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
|
# APP_STL := stlport_static
|
|
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
|
|
# Min runtime API level
|
|
APP_PLATFORM=android-14
|