blob: 5ea0fb4cecf4c063181dd8a1a6b19b8d2afc9f78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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
|