Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 251 Bytes

Application.mk

File metadata and controls

9 lines (6 loc) · 251 Bytes
 
1
2
3
# Uncomment this if you're using STL in your project
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
Oct 23, 2017
Oct 23, 2017
4
# APP_STL := stlport_static
Jan 27, 2018
Jan 27, 2018
6
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
Oct 14, 2016
Oct 14, 2016
7
Feb 12, 2018
Feb 12, 2018
8
# Min runtime API level
Oct 24, 2017
Oct 24, 2017
9
APP_PLATFORM=android-14