summaryrefslogtreecommitdiff
path: root/samples/quake/jni/Android-portable.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/quake/jni/Android-portable.mk')
-rw-r--r--samples/quake/jni/Android-portable.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/samples/quake/jni/Android-portable.mk b/samples/quake/jni/Android-portable.mk
index a2fd8b1..1cfacb0 100644
--- a/samples/quake/jni/Android-portable.mk
+++ b/samples/quake/jni/Android-portable.mk
@@ -63,12 +63,11 @@ LOCAL_SRC_FILES:= \
world.cpp \
zone.cpp
-LOCAL_CFLAGS := -fno-zero-initialized-in-bss \
- -I$(OUT)/../../../../dalvik/libnativehelper/include \
- -I$(OUT)/../../../../frameworks/base/include \
+LOCAL_CFLAGS := -D__GDK__ \
+ -fno-zero-initialized-in-bss \
+ -I$(OUT)/../../../../frameworks/native/include \
-I$(OUT)/../../../../system/core/include
LOCAL_C_INCLUDES := $(call include-path-for, wilhelm)
-
include $(BUILD_BITCODE)