Skip to content

Commit

Permalink
Small things
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturmes committed Oct 28, 2024
1 parent 0b22518 commit 8c28b6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ BOARD_ROOT_EXTRA_FOLDERS += metadata

# MODULES
TARGET_RECOVERY_DEVICE_MODULES += \
# libkeymaster41 \
# libpuresoftkeymasterdevice \
libkeymaster41 \
libpuresoftkeymasterdevice \
ashmemd_aidl_interface-cpp \
libashmemd_client

# LIBRARIES
RECOVERY_LIBRARY_SOURCE_FILES += \
# $(TARGET_OUT_SHARED_LIBRARIES)/libkeymaster41.so \
# $(TARGET_OUT_SHARED_LIBRARIES)/libpuresoftkeymasterdevice.so \
$(TARGET_OUT_SHARED_LIBRARIES)/libkeymaster41.so \
$(TARGET_OUT_SHARED_LIBRARIES)/libpuresoftkeymasterdevice.so \
$(TARGET_OUT_SHARED_LIBRARIES)/ashmemd_aidl_interface-cpp.so \
$(TARGET_OUT_SHARED_LIBRARIES)/libashmemd_client.so

Expand Down Expand Up @@ -187,8 +187,8 @@ TW_THEME := portrait_hdpi
TARGET_USES_LOGD := true
TWRP_EVENT_LOGGING := true
TWRP_INCLUDE_LOGCAT := true
TARGET_RECOVERY_DEVICE_MODULES += debuggerd
RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/debuggerd
# TARGET_RECOVERY_DEVICE_MODULES += debuggerd
# RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/debuggerd
TARGET_RECOVERY_DEVICE_MODULES += strace
RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/strace

Expand Down

0 comments on commit 8c28b6c

Please sign in to comment.