Build product/odm build.prop with Soong

Bug: 322090587
Test: compare build.prop before and after, boot
Change-Id: I7a7dc785030a0c17e5c09b7f65c978fe9bbcb7a7
This commit is contained in:
Inseob Kim
2024-08-08 17:47:14 +09:00
parent 8c844e0b8f
commit 01d4f8b823
5 changed files with 92 additions and 17 deletions

View File

@@ -510,6 +510,7 @@ type ProductVariables struct {
SystemPropFiles []string `json:",omitempty"`
SystemExtPropFiles []string `json:",omitempty"`
ProductPropFiles []string `json:",omitempty"`
EnableUffdGc *string `json:",omitempty"`
}