summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-26 17:19:58 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-26 17:19:58 +0200
commita8efe45ef20107123a737a482f0111821ea28494 (patch)
tree9dd0668af9c95ca8cbf039d894ea51cf1c571b8a
parent[automerger skipped] Import translations. DO NOT MERGE am: 92214baec2 -s ours am: 4a8558e9d8 -s ours (diff)
parentMerge "Use libcrypto_static instead of libcrypto" am: 4c4c7dc26b am: 617d01a9c1 (diff)
downloadandroid_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar.gz
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar.bz2
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar.lz
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar.xz
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.tar.zst
android_bootable_recovery-a8efe45ef20107123a737a482f0111821ea28494.zip
Diffstat (limited to '')
-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)