From 443af214ff96841832b91a266782bb00ff38174d Mon Sep 17 00:00:00 2001 From: Humberto Borba Date: Tue, 30 Aug 2016 18:06:30 -0300 Subject: 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 Change-Id: Ifce783ecb6af10d43bbeabd614d12e8e6b3b4270 --- updater/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/Android.mk') diff --git a/updater/Android.mk b/updater/Android.mk index 4ebb5483a..b85fe557c 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -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 -- cgit v1.2.3