Skip to content

Commit 3d69795

Browse files
committed
Refactor Proper Naming
1 parent 45f5e89 commit 3d69795

File tree

4 files changed

+737
-737
lines changed

4 files changed

+737
-737
lines changed

src/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LOCAL_ARM_MODE := arm
44
LOCAL_LDLIBS := -llog
55
LOCAL_ARM_NEON := false
66
LOCAL_MODULE := mem
7-
LOCAL_SRC_FILES := main.cpp ProcessManager.cpp ElfUtils.cpp
7+
LOCAL_SRC_FILES := main.cpp LinuxProcess.cpp ElfUtils.cpp
88
LOCAL_CFLAGS := -fexceptions
99
LOCAL_CPPFLAGS :=
1010
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)