diff options
author | 2024-10-02 17:33:33 +0900 | |
---|---|---|
committer | 2024-10-02 17:33:33 +0900 | |
commit | da7ba6e88410c98b4fbbf917bef5bfb81e4a9cc3 (patch) | |
tree | 16b87a59c0187d34db283f480f8d81a8697c2a90 /compliance | |
parent | 46694ccbbd2207e3346b2580206862640ca11734 (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 'compliance')
-rw-r--r-- | compliance/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compliance/Android.bp b/compliance/Android.bp index 80f56857f..72c2f27c1 100644 --- a/compliance/Android.bp +++ b/compliance/Android.bp @@ -35,6 +35,5 @@ notice_xml { partition_name: "system", visibility: [ "//build/make/target/product/generic", - "//device/google/cuttlefish/system_image", ], } |