Skip to content

Commit 09b5ef7

Browse files
authored
Add files via upload
0 parents  commit 09b5ef7

File tree

5 files changed

+766
-0
lines changed

5 files changed

+766
-0
lines changed

src/jni/Android.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
LOCAL_PATH := $(call my-dir)
2+
include $(CLEAR_VARS)
3+
LOCAL_ARM_MODE := arm
4+
LOCAL_LDLIBS := -llog
5+
LOCAL_ARM_NEON := false
6+
LOCAL_MODULE := mem
7+
LOCAL_SRC_FILES := main.cpp ProcessManager.cpp
8+
LOCAL_CFLAGS :=
9+
include $(BUILD_EXECUTABLE)

src/jni/Application.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
APP_ABI := armeabi-v7a
2+
APP_PLATFORM := android-21
3+
APP_STL := c++_static

0 commit comments

Comments
 (0)