2017-09-26 08:59:34 +02:00
|
|
|
|
|
|
|
# Uncomment this if you're using STL in your project
|
|
|
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
2018-01-08 13:35:39 +01:00
|
|
|
# APP_STL := stlport_static
|
2017-09-26 08:59:34 +02:00
|
|
|
|
|
|
|
APP_ABI := armeabi armeabi-v7a x86
|
2018-01-08 13:35:39 +01:00
|
|
|
|
|
|
|
# Min SDK level
|
|
|
|
APP_PLATFORM=android-10
|
|
|
|
|