twrp: Use the correct lib name

Now ART uses LZ4 and the lib name should be liblz4.
https://github.com/omnirom/android_external_lz4/blob/android-7.0/lib/Android.mk

Signed-off-by: Humberto Borba <humberos@gmail.com>
Change-Id: Ifce783ecb6af10d43bbeabd614d12e8e6b3b4270
This commit is contained in:
Humberto Borba
2016-08-31 20:10:45 +02:00
committed by Dees Troy
parent 8fd4b096c4
commit 443af214ff
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_SHARED_LIBRARIES += libext4_utils
ifneq ($(wildcard external/lz4/Android.mk),)
#LOCAL_STATIC_LIBRARIES += liblz4-static
#LOCAL_STATIC_LIBRARIES += liblz4
endif
endif
ifneq ($(wildcard external/libselinux/Android.mk),)
@@ -170,7 +170,7 @@ ifeq ($(TWHAVE_SELINUX), true)
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_SHARED_LIBRARIES += libext4_utils
ifneq ($(wildcard external/lz4/Android.mk),)
LOCAL_STATIC_LIBRARIES += liblz4-static
LOCAL_STATIC_LIBRARIES += liblz4
endif
endif
endif
+1 -1
View File
@@ -55,7 +55,7 @@ LOCAL_STATIC_LIBRARIES = \
libz
endif
ifneq ($(wildcard external/lz4/Android.mk),)
LOCAL_STATIC_LIBRARIES += liblz4-static
LOCAL_STATIC_LIBRARIES += liblz4
endif
endif