commit | 6d7e83fb420395f80b48351395d456c7d6d33da8 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Mar 12 19:35:15 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Sat Mar 23 12:31:32 2024 +0900 |
tree | e8b706bc5600f26e641369ebaea53be21529cbf5 | |
parent | e0b55e5a7c33262a3a39f04d1758d588dd9e1426 [diff] |
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 {