summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Huang <huangluke@google.com>2021-04-25 17:11:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-25 17:11:06 +0000
commit20e4f6693521879ea2793fc4b72f9f3da268308b (patch)
tree323655a79032144978e5c081cfc4477da3fefad6
parent80cc14394403f2aedb474d1faa5f77867aa66d13 (diff)
parent8abacefca7d0dd3a10bb5709019c0445399e0358 (diff)
downloadboringssl-20e4f6693521879ea2793fc4b72f9f3da268308b.tar.gz
Add static library visibility of libcrypto for quiche unit test am: f695bbb577 am: 8abacefca7
Original change: https://android-review.googlesource.com/c/platform/external/boringssl/+/1684347 Change-Id: I49c1dbb656ffb7dfeb3be11fbfda76bb39bc457e
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef814e2b..c8a599de 100644
--- a/Android.bp
+++ b/Android.bp
@@ -271,6 +271,7 @@ cc_library_static {
"//bootable/recovery/updater",
"//external/conscrypt",
"//external/python/cpython2",
+ "//external/rust/crates/quiche",
// Strictly, only the *static* toybox for legacy devices should have
// access to libcrypto_static, but we can't express that.
"//external/toybox",