From 6d7e83fb420395f80b48351395d456c7d6d33da8 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Tue, 12 Mar 2024 19:35:15 +0900 Subject: [PATCH] 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 --- init/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Android.bp b/init/Android.bp index 12ca15ae3..d4b7fabd0 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -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 {