summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2024-09-12 18:12:04 +0900
committer Justin Yun <justinyun@google.com> 2024-09-27 17:22:59 +0900
commit7b534d5966e2aef79d30bc907f831a986a8af46e (patch)
tree198dd7045c6b157b4fa268baecbb2a511e9bc9d7 /Android.bp
parent22ad6c00c7b5ef51687bcde6fcfe4e7988a16d2c (diff)
Update the visibilities for soong system image
To move the generic system image module from the cuttlefish to Make directory, update the visibility paths for build props. Bug: 365670526 Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug && m Change-Id: Ife5f35610fa5389b9de5ce2d516dcaa1ddb5efe4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3c146e814..ab8e4a086 100644
--- a/Android.bp
+++ b/Android.bp
@@ -142,9 +142,13 @@ all_apex_contributions {
visibility: ["//visibility:public"],
}
+// TODO(b/365670526): remove the cuttlefish visibility once it is fully removed
product_config {
name: "product_config",
- visibility: ["//device/google/cuttlefish/system_image"],
+ visibility: [
+ "//build/make/target/product/generic",
+ "//device/google/cuttlefish/system_image",
+ ],
}
build_prop {
@@ -153,6 +157,7 @@ build_prop {
product_config: ":product_config",
// Currently, only microdroid and cf system image can refer to system-build.prop
visibility: [
+ "//build/make/target/product/generic",
"//device/google/cuttlefish/system_image",
"//packages/modules/Virtualization/build/microdroid",
],