Add //visibility:any_system_partition

system image which is declared in Android.bp should include the module.

Bug: 321000103
Test: m nothing
Change-Id: I0ee888b4fab5d89c251b8070d58859923ef54abf
diff --git a/Android.bp b/Android.bp
index 00984ef..f604068 100644
--- a/Android.bp
+++ b/Android.bp
@@ -127,6 +127,7 @@
         "//hardware:__subpackages__",
         "//test/sts:__subpackages__",
         "//vendor:__subpackages__",
+        "//visibility:any_system_partition",
     ],
 }