Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 265 Bytes

Application.mk

File metadata and controls

10 lines (7 loc) · 265 Bytes
 
1
2
# Uncomment this if you're using STL in your project
Oct 28, 2018
Oct 28, 2018
3
4
5
# You can find more information here:
# https://developer.android.com/ndk/guides/cpp-support
# APP_STL := c++_shared
Jan 27, 2018
Jan 27, 2018
7
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
Oct 14, 2016
Oct 14, 2016
8
Feb 12, 2018
Feb 12, 2018
9
# Min runtime API level
Jan 17, 2019
Jan 17, 2019
10
APP_PLATFORM=android-16