Files
commandergenius/project/jni/Application.mk
2012-10-17 21:31:24 +03:00

9 lines
258 B
Makefile

APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := gnustl_static
APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
APP_PLATFORM := android-9 # Android 2.3.0 or newer, includes EGL headers
include jni/Settings.mk