APP_OPTIM := debug # see https://developer.android.com/ndk/guides/abis # APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 all APP_ABI := armeabi-v7a # APP_STL := system, c++_shared, c++_static # APP_STL := stlport_static no longer supported (in 22.0.6917172) # APP_STL := gnustl_static no longer supported (in 22.0.6917172) APP_STL := c++_shared # see: # https://en.wikipedia.org/wiki/Android_version_history#Overview # https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels APP_PLATFORM := android-16 # Jelly Bean, android v4.1 - 4.3.1, rel July 9 2012 APP_PROJECT_PATH := $(call my-dir) NDK_PROJECT_PATH := $(APP_PROJECT_PATH) APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/Android.mk APP_CPPFLAGS := -frtti -fexceptions APP_MODULES := mhd