summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2024-03-12 19:35:09 +0900
committerJeongik Cha <jeongik@google.com>2024-03-23 12:19:49 +0900
commitded65016c6204bfe08d0e996a3cdd3a25685d017 (patch)
treeee8b1cd696be7895b412741c754f70cfc5633cc7
parent62e04b2b9e7feb4b4e7a8214d1f1f0e18d505596 (diff)
downloadboringssl-ded65016c6204bfe08d0e996a3cdd3a25685d017.tar.gz
Add //visibility:any_system_partition
system image which is declared in Android.bp should include the module. Bug: 321000103 Test: m nothing Change-Id: I4eca7a41cabda97084b25824a872b028c7a93eec
-rw-r--r--selftest/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/Android.bp b/selftest/Android.bp
index c2156765..1894963a 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -48,6 +48,7 @@ cc_binary {
"//external/conscrypt",
"//external/conscrypt/apex",
"//external/conscrypt/apex/testing",
+ "//visibility:any_system_partition",
],
defaults: ["boringssl_self_test_defaults"],
apex_available: [
@@ -67,6 +68,7 @@ cc_binary {
"boringssl_self_test.zygote64.rc",
"boringssl_self_test.zygote64_32.rc",
],
+ visibility: ["//visibility:any_system_partition"],
}
prebuilt_etc {