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
diff --git a/selftest/Android.bp b/selftest/Android.bp
index c215676..1894963 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -48,6 +48,7 @@
         "//external/conscrypt",
         "//external/conscrypt/apex",
         "//external/conscrypt/apex/testing",
+        "//visibility:any_system_partition",
     ],
     defaults: ["boringssl_self_test_defaults"],
     apex_available: [
@@ -67,6 +68,7 @@
         "boringssl_self_test.zygote64.rc",
         "boringssl_self_test.zygote64_32.rc",
     ],
+    visibility: ["//visibility:any_system_partition"],
 }
 
 prebuilt_etc {