diff options
author | 2025-01-22 20:09:53 -0800 | |
---|---|---|
committer | 2025-01-22 20:09:53 -0800 | |
commit | 78e6c8e4ee50ff7b00f45ab789435947aaa46d00 (patch) | |
tree | 68aef6259f465a4e26af67052dca780fc2a57702 /compliance | |
parent | 4d78e0108b85354098811ec86307cc8d2550555f (diff) |
Use system partition visibility
Use system partition visibility for modules which should be installed within the system image - build props and notice file.
Bug: 370352548
Change-Id: Ib97afa421ca0807e555be1239d781162ac4e7a0f
Test: aosp_cf_x86_64_phone build succeeds
Diffstat (limited to 'compliance')
-rw-r--r-- | compliance/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compliance/Android.bp b/compliance/Android.bp index 6662970d8..a1f2015b0 100644 --- a/compliance/Android.bp +++ b/compliance/Android.bp @@ -34,7 +34,6 @@ notice_xml { name: "notice_xml_system", partition_name: "system", visibility: [ - "//build/make/target/product/generic", - "//build/make/target/product/gsi", + "//visibility:any_system_partition", ], } |