summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-24 20:10:21 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-24 20:10:21 +0200
commitcc3c34145e4816a84fe597ce273b016ae9587530 (patch)
tree16f0834d16c5175e560ea1e0961bb1260602d38b
parentMerge "applypatch: Refactor strtok()." (diff)
parentupdater: libapplypatch needs libbase now. (diff)
downloadandroid_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar.gz
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar.bz2
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar.lz
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar.xz
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.tar.zst
android_bootable_recovery-cc3c34145e4816a84fe597ce273b016ae9587530.zip
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 0d4179b23..82fa7e265 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -44,7 +44,7 @@ LOCAL_STATIC_LIBRARIES += \
endif
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS)
-LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
+LOCAL_STATIC_LIBRARIES += libapplypatch libbase libedify libmtdutils libminzip libz
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
LOCAL_STATIC_LIBRARIES += libcutils liblog libc
LOCAL_STATIC_LIBRARIES += libselinux