ext4crypt: fix include location for recovery-twrp in lineage
Change-Id: Iefa73425fc13f41f5a267cce0c5d4047edc25e9e (cherry picked from commit 186eb7002d95e28325f2d2e42637c989e08ac618)
This commit is contained in:
+5
-1
@@ -187,7 +187,11 @@ endif
|
||||
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
|
||||
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 28; echo $$?),0)
|
||||
LOCAL_CFLAGS += -DUSE_EXT4
|
||||
LOCAL_C_INCLUDES += system/extras/ext4_utils
|
||||
endif
|
||||
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -le 28; echo $$?),0)
|
||||
LOCAL_C_INCLUDES += system/extras/ext4_utils \
|
||||
system/extras/ext4_utils/include \
|
||||
$(commands_TWRP_local_path)/crypto/ext4crypt
|
||||
LOCAL_SHARED_LIBRARIES += libext4_utils
|
||||
ifneq ($(wildcard external/lz4/Android.mk),)
|
||||
#LOCAL_STATIC_LIBRARIES += liblz4
|
||||
|
||||
Reference in New Issue
Block a user