summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2019-09-12 20:53:46 +0200
committerPete Bentley <prb@google.com>2019-09-13 13:18:44 +0200
commit189d424ceda58a0f0466f1e7c3ad93c3dca24f6f (patch)
treea4e30365a503c194efd9807b077cefba924729e3 /updater/Android.bp
parentMerge "Improve error messaging when bootcontrol HAL fails to load." (diff)
downloadandroid_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar.gz
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar.bz2
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar.lz
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar.xz
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.tar.zst
android_bootable_recovery-189d424ceda58a0f0466f1e7c3ad93c3dca24f6f.zip
Diffstat (limited to 'updater/Android.bp')
-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 {