Skip to content

Instantly share code, notes, and snippets.

@ma34s
Created June 1, 2014 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma34s/a5a37874a244627b0e51 to your computer and use it in GitHub Desktop.
Save ma34s/a5a37874a244627b0e51 to your computer and use it in GitHub Desktop.
get_essential_addressのKK対応?
diff --git a/Android.mk b/Android.mk
index eafa1e1..b94c9d0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,8 +22,9 @@ LOCAL_STATIC_LIBRARIES += libmsm_cameraconfig_exploit
LOCAL_STATIC_LIBRARIES += libput_user_exploit
LOCAL_STATIC_LIBRARIES += libget_user_exploit
LOCAL_STATIC_LIBRARIES += libkallsyms
-LOCAL_STATIC_LIBRARIES += libcutils libc
-LOCAL_LDFLAGS += -static
+#LOCAL_STATIC_LIBRARIES += libcutils libc
+#LOCAL_LDFLAGS += -static
+LOCAL_LDLIBS += libcutils.so libc.so
TOP_SRCDIR := $(abspath $(LOCAL_PATH))
TARGET_C_INCLUDES += \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment