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:
parent
e0b55e5a7c
commit
6d7e83fb42
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue