decryption: solve specific decryption problems on some devices

Change-Id: I832c16da3d45888299fd9f96888ed8a85e5d48c9
This commit is contained in:
Darth9
2023-02-05 23:41:03 +00:00
committed by MD Raza
parent 063d211c62
commit 8bc9da5e10
2 changed files with 16 additions and 1 deletions
+4
View File
@@ -176,6 +176,10 @@ ifeq ($(TW_NO_BIND_SYSTEM),true)
LOCAL_CFLAGS += -DTW_NO_BIND_SYSTEM
endif
ifeq ($(TW_PREPARE_DATA_MEDIA_EARLY),true)
LOCAL_CFLAGS += -DTW_PREPARE_DATA_MEDIA_EARLY
endif
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/bin
ifeq ($(TARGET_RECOVERY_TWRP_LIB),)