summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-09-13 19:52:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-13 19:52:40 +0200
commitda6df93ea048b95f0298d3fb712ddcbef12e3c74 (patch)
treeff7c77d520d49f05ccd1187b5b7f30a59f38e223 /updater
parentMerge "Set LOCAL_INJECT_BSSL_HASH for updater" am: 0af65d8c4a am: a706ceec37 am: 9254aea083 (diff)
parentMerge "Link libcrypto dynamically for recovery unit tests." am: 54100d3348 am: 97fee1c3b2 (diff)
downloadandroid_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar.gz
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar.bz2
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar.lz
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar.xz
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.tar.zst
android_bootable_recovery-da6df93ea048b95f0298d3fb712ddcbef12e3c74.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index 063366e5e..872ef86db 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -41,11 +41,14 @@ cc_defaults {
"libziparchive",
"libz",
"libbase",
- "libcrypto",
"libcrypto_utils",
"libcutils",
"libutils",
],
+
+ shared_libs: [
+ "libcrypto",
+ ],
}
cc_defaults {