Skip to content

Commit

Permalink
Use Dobby (ARMPatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJJ committed Jul 17, 2023
1 parent 0109c3b commit f0703a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AML_PrecompiledLibs
2 changes: 1 addition & 1 deletion ARMPatch
7 changes: 6 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ LOCAL_MODULE := substrate
LOCAL_SRC_FILES := obj/local/$(TARGET_ARCH_ABI)/libsubstrate.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := dobby
LOCAL_SRC_FILES := AML_PrecompiledLibs/$(TARGET_ARCH_ABI)/libdobby.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := libz
LOCAL_SRC_FILES := AML_PrecompiledLibs/$(TARGET_ARCH_ABI)/libz.a
Expand All @@ -28,7 +33,7 @@ include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cpp .cc
LOCAL_SHARED_LIBRARIES := armpatch substrate curl
LOCAL_SHARED_LIBRARIES := armpatch substrate curl dobby
LOCAL_MODULE := AML
LOCAL_SRC_FILES := main.cpp interface.cpp aml.cpp modpaks.cpp \
modslist.cpp icfg.cpp vtable_hooker.cpp \
Expand Down
2 changes: 1 addition & 1 deletion curl

0 comments on commit f0703a3

Please sign in to comment.