summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-17 22:45:31 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-17 22:45:32 +0200
commitee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1 (patch)
tree12468286561d3f4b5e2bb924cfe0b48affec7403
parentapplypatch: Refactor strtok(). (diff)
parentupdater: libapplypatch needs libbase now. (diff)
downloadandroid_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar.gz
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar.bz2
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar.lz
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar.xz
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.tar.zst
android_bootable_recovery-ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1.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