diff options
author | Tao Bao <tbao@google.com> | 2016-02-04 20:22:39 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-04 20:22:39 +0100 |
commit | 7b6027dde49e5f14e9cde6de4fa542b146f41a2f (patch) | |
tree | d9d9b43a46b67a65a702c1b3142a3455f1fef386 /updater/Android.mk | |
parent | Merge "uncrypt: add options to setup bcb and clear bcb." (diff) | |
parent | Merge "Switch from mincrypt to BoringSSL in applypatch and updater." (diff) | |
download | android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar.gz android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar.bz2 android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar.lz android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar.xz android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.tar.zst android_bootable_recovery-7b6027dde49e5f14e9cde6de4fa542b146f41a2f.zip |
Diffstat (limited to 'updater/Android.mk')
-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 dcf437474..6fdd30895 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -46,7 +46,7 @@ endif LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS) LOCAL_STATIC_LIBRARIES += libapplypatch libbase libedify libmtdutils libminzip libz -LOCAL_STATIC_LIBRARIES += libmincrypt libbz +LOCAL_STATIC_LIBRARIES += libbz LOCAL_STATIC_LIBRARIES += libcutils liblog libc LOCAL_STATIC_LIBRARIES += libselinux tune2fs_static_libraries := \ |