diff options
author | Tao Bao <tbao@google.com> | 2015-07-17 22:45:31 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-17 22:45:32 +0200 |
commit | ee4efc4d3ea4fef6cd67fb2c5a2cc4399a08a5a1 (patch) | |
tree | 12468286561d3f4b5e2bb924cfe0b48affec7403 | |
parent | applypatch: Refactor strtok(). (diff) | |
parent | updater: libapplypatch needs libbase now. (diff) | |
download | android_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 |
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 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 |