diff options
author | 2024-11-05 17:21:37 +0900 | |
---|---|---|
committer | 2024-11-12 17:02:10 +0900 | |
commit | 3c0a042d2056f35ffa7859c72d0aea1c9592e449 (patch) | |
tree | 4023a5bfa28def3935fbfa60a9d8c61113eed934 /compliance | |
parent | 25777477593f60273be433e44ee9e49897bdab23 (diff) |
Add GSI support for android_system_image
GSI's system.img includes system_ext and product artifacts. This patches
android_system_image module so it can include such artifacts when
building GSI.
Bug: 370351758
Test: m android_gsi
Change-Id: Id29678b1101e787e88dbedae38cdbf6d82d1cb95
Diffstat (limited to 'compliance')
-rw-r--r-- | compliance/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compliance/Android.bp b/compliance/Android.bp index 72c2f27c1..6662970d8 100644 --- a/compliance/Android.bp +++ b/compliance/Android.bp @@ -35,5 +35,6 @@ notice_xml { partition_name: "system", visibility: [ "//build/make/target/product/generic", + "//build/make/target/product/gsi", ], } |