Add //visibility:any_system_partition
system image which is declared in Android.bp should include the module.
Bug: 321000103
Test: m nothing
Change-Id: I6a96adde794a3af9fb4f71e7b7f9121762e25005
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index ca9b08f..3edbb80 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -161,7 +161,7 @@
},
android: {
lto: {
- thin: true,
+ thin: true,
},
},
},
@@ -669,6 +669,7 @@
"//packages/modules/Virtualization:__subpackages__",
"//device/google/cuttlefish/shared/minidroid:__subpackages__",
"//system/software_defined_vehicle:__subpackages__",
+ "//visibility:any_system_partition",
],
}