summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 0045d6fa7..3fbeef39f 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -38,6 +38,9 @@ LOCAL_STATIC_LIBRARIES = \
libsparse_static \
libz
endif
+ifneq ($(wildcard external/lz4/Android.mk),)
+ LOCAL_STATIC_LIBRARIES += liblz4-static
+endif
endif
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS)