summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2024-10-02 17:33:33 +0900
committer Justin Yun <justinyun@google.com> 2024-10-02 17:33:33 +0900
commitda7ba6e88410c98b4fbbf917bef5bfb81e4a9cc3 (patch)
tree16b87a59c0187d34db283f480f8d81a8697c2a90 /Android.bp
parent46694ccbbd2207e3346b2580206862640ca11734 (diff)
Remove the cuttlefish visibility
As we moved the generic system image module to build/make, remove the cuttlefish visibility. Bug: 365670526 Test: TH Change-Id: I3a43fdd3ba7c7d8870c30627738b9abc716ae82b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ab8e4a086..d71bcecd8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -142,12 +142,10 @@ all_apex_contributions {
visibility: ["//visibility:public"],
}
-// TODO(b/365670526): remove the cuttlefish visibility once it is fully removed
product_config {
name: "product_config",
visibility: [
"//build/make/target/product/generic",
- "//device/google/cuttlefish/system_image",
],
}
@@ -158,7 +156,6 @@ build_prop {
// 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",
],
}