diff options
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", +} |