diff options
Diffstat (limited to 'jni/Exec/Android.mk')
-rw-r--r-- | jni/Exec/Android.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jni/Exec/Android.mk b/jni/Exec/Android.mk new file mode 100644 index 0000000..7abfdf5 --- /dev/null +++ b/jni/Exec/Android.mk @@ -0,0 +1,9 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := com_google_ase_Exec +LOCAL_SRC_FILES := com_google_ase_Exec.cpp +LOCAL_LDLIBS := -llog + +include $(BUILD_SHARED_LIBRARY) |