mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 02:48:25 -05:00
11 lines
236 B
Makefile
Executable File
11 lines
236 B
Makefile
Executable File
|
|
# 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 armeabi-v7a x86
|
|
|
|
# Min SDK level
|
|
APP_PLATFORM=android-10
|
|
|