summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-24 23:02:49 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-24 23:02:49 +0200
commit7665d443e2e3de775661068c29df38581476cc71 (patch)
treed4e4d6469792dfd2c3c735bcf172f1519578fae5
parentam 1dc71bec: am cfd9d9c7: Merge "applypatch: Refactor strtok()." (diff)
parentam cc3c3414: Merge "updater: libapplypatch needs libbase now." (diff)
downloadandroid_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar.gz
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar.bz2
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar.lz
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar.xz
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.tar.zst
android_bootable_recovery-7665d443e2e3de775661068c29df38581476cc71.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