diff options
author | 2024-08-08 17:47:14 +0900 | |
---|---|---|
committer | 2024-08-08 18:13:08 +0900 | |
commit | 01d4f8b8239a0aff0f4e56f1fd80a514b80f7dd1 (patch) | |
tree | 5d590337f1f7992d39782b9de5923253418feca4 /android/variable.go | |
parent | 8c844e0b8fc529420de0d8d983628c4f3370d9fa (diff) |
Build product/odm build.prop with Soong
Bug: 322090587
Test: compare build.prop before and after, boot
Change-Id: I7a7dc785030a0c17e5c09b7f65c978fe9bbcb7a7
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index c9b29f1d0..4025607d9 100644 --- a/android/variable.go +++ b/android/variable.go @@ -510,6 +510,7 @@ type ProductVariables struct { SystemPropFiles []string `json:",omitempty"` SystemExtPropFiles []string `json:",omitempty"` + ProductPropFiles []string `json:",omitempty"` EnableUffdGc *string `json:",omitempty"` } |