From 06bb21774b9f260cd0b427bb3ac354245862cf9a Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 18 Mar 2024 18:17:19 +0900 Subject: 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 --- selftest/Android.bp | 1 + 1 file changed, 1 insertion(+) 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", ], -- cgit v1.2.3