summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2024-03-18 18:17:19 +0900
committerJiyong Park <jiyong@google.com>2024-03-18 18:18:52 +0900
commit06bb21774b9f260cd0b427bb3ac354245862cf9a (patch)
tree1fc80f6bd3b45023c9cc806fa984cb1c7096eabf
parenta66fa42a8f60849056e60cb8020ec9d610b3d225 (diff)
downloadboringssl-06bb21774b9f260cd0b427bb3ac354245862cf9a.tar.gz
Add external/conscrypt to visibility
`conscrypt` has a `required` property set to boringssl_self_test. Add the package where `conscrypt` is located to the visibility property of the test module. This is in preparation for an upcoming change in Soong which handles the installation of required modules. Bug: 321626681 Test: builds Change-Id: Ie97f937d7408f0221e73ae3843a23bce5610817a
-rw-r--r--selftest/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/Android.bp b/selftest/Android.bp
index d746daf4..c2156765 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -45,6 +45,7 @@ cc_binary {
name: "boringssl_self_test",
visibility: [
"//art/build/sdk",
+ "//external/conscrypt",
"//external/conscrypt/apex",
"//external/conscrypt/apex/testing",
],