diff options
Diffstat (limited to 'jni')
-rw-r--r-- | jni/Application.mk | 2 | ||||
-rw-r--r-- | jni/Exec/Android.mk | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/jni/Application.mk b/jni/Application.mk new file mode 100644 index 0000000..0a352f9 --- /dev/null +++ b/jni/Application.mk @@ -0,0 +1,2 @@ +# Build both ARMv5TE and x86-32 machine code. +APP_ABI := armeabi x86 diff --git a/jni/Exec/Android.mk b/jni/Exec/Android.mk index 7abfdf5..505b7cb 100644 --- a/jni/Exec/Android.mk +++ b/jni/Exec/Android.mk @@ -3,6 +3,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := com_google_ase_Exec +LOCAL_CFLAGS := -Werror LOCAL_SRC_FILES := com_google_ase_Exec.cpp LOCAL_LDLIBS := -llog |