Files
LayaNative2.0/Conch/build/render/proj.android_studio/jni/Application.mk
T
2020-11-11 16:17:13 +08:00

9 lines
220 B
Makefile

PLATFORM_VERSION:=4.0
APP_STL := gnustl_static
APP_MODULES := librender
APP_PLATFORM := android-18
NDK_TOOLCHAIN_VERSION := 4.9
#APP_STL := gnustl_static
APP_OPTIM := release
APP_ABI :=armeabi-v7a arm64-v8a x86