From da7ba6e88410c98b4fbbf917bef5bfb81e4a9cc3 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Wed, 2 Oct 2024 17:33:33 +0900 Subject: 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 --- Android.bp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Android.bp') 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", ], } -- cgit v1.2.3-59-g8ed1b