diff options
author | Tobias Thierer <tobiast@google.com> | 2019-09-13 19:18:28 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-13 19:18:28 +0200 |
commit | 97fee1c3b2aa743593e187ff99bad7f9da162b4f (patch) | |
tree | f8150a45ecaead1dd656ecd0d038678a5c068236 /updater | |
parent | Merge "Set LOCAL_INJECT_BSSL_HASH for updater" (diff) | |
parent | Merge "Link libcrypto dynamically for recovery unit tests." (diff) | |
download | android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar.gz android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar.bz2 android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar.lz android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar.xz android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.tar.zst android_bootable_recovery-97fee1c3b2aa743593e187ff99bad7f9da162b4f.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.bp | 5 |
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 { |