Files
commandergenius/project/jni/Application.mk
2011-06-07 18:43:46 +03:00

8 lines
185 B
Makefile

APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := gnustl_static
APP_CFLAGS := -O2 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
include jni/Settings.mk