diff options
author | Tao Bao <tbao@google.com> | 2015-07-24 20:10:21 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-07-24 20:10:21 +0200 |
commit | cc3c34145e4816a84fe597ce273b016ae9587530 (patch) | |
tree | 16f0834d16c5175e560ea1e0961bb1260602d38b /updater/Android.mk | |
parent | Merge "applypatch: Refactor strtok()." (diff) | |
parent | updater: libapplypatch needs libbase now. (diff) | |
download | android_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 |
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 |