summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-08-08 20:39:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-08 20:39:20 +0200
commit66571856a1d894d695e1583b72cbbc5732d5bc91 (patch)
tree5c09df156e76f2fd67f9b15b8fe5edaba0d5dd7c /updater
parentMerge "Recovery mode UI flicker" am: 629bde8c6c am: a5734c2ad8 (diff)
parentMerge "Fix references to libcrypto_utils_static." am: b97da5e0f0 (diff)
downloadandroid_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar.gz
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar.bz2
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar.lz
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar.xz
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.tar.zst
android_bootable_recovery-66571856a1d894d695e1583b72cbbc5732d5bc91.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 \