summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-08-06 00:59:05 +0200
committerJosh Gao <jmgao@google.com>2016-08-06 03:08:03 +0200
commit073164f24b212685c181c8620f0397d13e9d79c0 (patch)
tree71d0f07100b6088e8963ff44b52df7cbfd0c731b /updater
parentMerge "Further compress the text images with zopflipng" (diff)
downloadandroid_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar.gz
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar.bz2
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar.lz
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar.xz
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.tar.zst
android_bootable_recovery-073164f24b212685c181c8620f0397d13e9d79c0.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 75af4bdd0..b4d427c5d 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -34,8 +34,8 @@ LOCAL_STATIC_LIBRARIES += \
libfec_rs \
libext4_utils_static \
libsquashfs_utils \
- libcrypto_utils_static \
- libcrypto_static \
+ libcrypto_utils \
+ libcrypto \
libapplypatch \
libbase \
libotafault \