summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Huang <huangluke@google.com>2021-04-25 16:43:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-25 16:43:36 +0000
commit8abacefca7d0dd3a10bb5709019c0445399e0358 (patch)
tree323655a79032144978e5c081cfc4477da3fefad6
parent9e6286564e9c04508fcc286b427056231acec373 (diff)
parentf695bbb5772fc3f59b76d0fbaec5bca1ae790389 (diff)
downloadboringssl-8abacefca7d0dd3a10bb5709019c0445399e0358.tar.gz
Add static library visibility of libcrypto for quiche unit test am: f695bbb577
Original change: https://android-review.googlesource.com/c/platform/external/boringssl/+/1684347 Change-Id: Icdc55869f8f24db0d89e9defbf0aefa43281f32c
-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",