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
This commit is contained in:
Jeongik Cha 2024-03-12 19:35:15 +09:00
parent e0b55e5a7c
commit 6d7e83fb42

View file

@ -310,6 +310,7 @@ cc_binary {
name: "init_second_stage",
defaults: ["init_second_stage_defaults"],
static_libs: ["libinit"],
visibility: ["//visibility:any_system_partition"],
}
cc_binary {