Skip to content

Commit

Permalink
Update bs-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Mar 5, 2021
1 parent e5897f7 commit 13c5a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))

# Creating prebuilt for dependency: beatsaber-hook - version: 1.0.12
include $(CLEAR_VARS)
LOCAL_MODULE := beatsaber-hook_1_1_2
LOCAL_MODULE := beatsaber-hook_1_1_4
LOCAL_EXPORT_C_INCLUDES := extern/beatsaber-hook
LOCAL_SRC_FILES := extern/libbeatsaber-hook_1_1_2.so
LOCAL_SRC_FILES := extern/libbeatsaber-hook_1_1_4.so
LOCAL_CPP_FEATURES += exceptions
include $(PREBUILT_SHARED_LIBRARY)
# Creating prebuilt for dependency: codegen - version: 0.6.2
Expand Down Expand Up @@ -68,7 +68,7 @@ LOCAL_SRC_FILES += $(call rwildcard,src/,*.cpp)
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.cpp)
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.c)
LOCAL_SHARED_LIBRARIES += modloader
LOCAL_SHARED_LIBRARIES += beatsaber-hook_1_1_2
LOCAL_SHARED_LIBRARIES += beatsaber-hook_1_1_4
LOCAL_SHARED_LIBRARIES += codegen_0_6_2
LOCAL_SHARED_LIBRARIES += custom-json-data
LOCAL_SHARED_LIBRARIES += custom-types
Expand Down

0 comments on commit 13c5a8f

Please sign in to comment.