diff options
Diffstat (limited to '')
-rw-r--r-- | updater/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |