summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index b4d427c5d..e4d73a45a 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -37,7 +37,6 @@ LOCAL_STATIC_LIBRARIES += \
libcrypto_utils \
libcrypto \
libapplypatch \
- libbase \
libotafault \
libedify \
libminzip \
@@ -46,7 +45,9 @@ LOCAL_STATIC_LIBRARIES += \
libbz \
libcutils \
liblog \
- libselinux
+ libselinux \
+ libbase \
+ liblog
tune2fs_static_libraries := \
libext2_com_err \