refactor jni hooks

This commit is contained in:
5ec1cff
2023-11-04 16:39:10 +08:00
parent 1c79932cae
commit ac53ef11a3
11 changed files with 1610 additions and 261 deletions
-7
View File
@@ -12,10 +12,3 @@ LOCAL_SRC_FILES := \
lsplt/lsplt/src/main/jni/elf_util.cc \
lsplt/lsplt/src/main/jni/lsplt.cc
include $(BUILD_STATIC_LIBRARY)
# Header only library
include $(CLEAR_VARS)
LOCAL_MODULE:= libphmap
LOCAL_CFLAGS := -Wno-unused-value
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/parallel-hashmap
include $(BUILD_STATIC_LIBRARY)