summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-26 16:32:33 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-26 16:32:33 +0200
commit4c4c7dc26bdf58c955a68b54b1e7acce58c1d971 (patch)
tree774042be81dc1a4eb2eda1e248301c3a91561a5e
parentMerge "applypatch: Add backup_source parameter to PatchPartition." (diff)
parentUse libcrypto_static instead of libcrypto (diff)
downloadandroid_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar.gz
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar.bz2
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar.lz
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar.xz
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.tar.zst
android_bootable_recovery-4c4c7dc26bdf58c955a68b54b1e7acce58c1d971.zip
-rw-r--r--updater/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index bc766c453..6f54d89b8 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -44,7 +44,7 @@ updater_common_static_libraries := \
libziparchive \
libz \
libbase \
- libcrypto \
+ libcrypto_static \
libcrypto_utils \
libcutils \
libutils
@@ -109,7 +109,6 @@ LOCAL_GENERATED_SOURCES := $(inc)
inc :=
LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_INJECT_BSSL_HASH := true
include $(BUILD_EXECUTABLE)