lbry-android-sdk/p4a/pythonforandroid/bootstraps/sdl2/build/jni/Application.mk
2022-12-02 15:15:34 -05:00

8 lines
242 B
Makefile

# 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
APP_ABI := $(ARCH)
APP_PLATFORM := $(NDK_API)