diff options
author | 2025-02-03 15:16:02 -0800 | |
---|---|---|
committer | 2025-02-03 15:48:12 -0800 | |
commit | a8d4f5a4ce65da250936a8e2e4c79cffb2832174 (patch) | |
tree | 61c33647008683e70f1b70496a92a310da694290 /compliance/Android.bp | |
parent | eb6a11412f1ee4df3fd7a7f9739920d45dc4ce45 (diff) |
Add NOTICE.xml.gz files generated by Soong
Bug: 330949782
Test: presubmit
Test: lunch aosp_cf_x86_64_phone-trunk_staging-eng
Change-Id: Ic0550a606cee1c5f6f990694004a3de8f6bdbffa
Diffstat (limited to 'compliance/Android.bp')
-rw-r--r-- | compliance/Android.bp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/compliance/Android.bp b/compliance/Android.bp index a1f2015b0..25f6f8678 100644 --- a/compliance/Android.bp +++ b/compliance/Android.bp @@ -37,3 +37,38 @@ notice_xml { "//visibility:any_system_partition", ], } + +notice_xml { + name: "notice_xml_system_ext", + partition_name: "system_ext", +} + +notice_xml { + name: "notice_xml_system_dlkm", + partition_name: "system_dlkm", +} + +notice_xml { + name: "notice_xml_product", + partition_name: "product", +} + +notice_xml { + name: "notice_xml_odm", + partition_name: "odm", +} + +notice_xml { + name: "notice_xml_odm_dlkm", + partition_name: "odm_dlkm", +} + +notice_xml { + name: "notice_xml_vendor", + partition_name: "vendor", +} + +notice_xml { + name: "notice_xml_vendor_dlkm", + partition_name: "vendor_dlkm", +} |