Add //visibility:any_system_partition

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

Bug: 321000103
Test: m nothing
Change-Id: I6e9d8fa4c1051211ff9ff80c7dfa4a8ee5cbd732
diff --git a/init/Android.bp b/init/Android.bp
index 12ca15a..d4b7fab 100644
--- a/init/Android.bp
+++ b/init/Android.bp
@@ -310,6 +310,7 @@
     name: "init_second_stage",
     defaults: ["init_second_stage_defaults"],
     static_libs: ["libinit"],
+    visibility: ["//visibility:any_system_partition"],
 }
 
 cc_binary {