commit | 01d4f8b8239a0aff0f4e56f1fd80a514b80f7dd1 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Aug 08 17:47:14 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Aug 08 18:13:08 2024 +0900 |
tree | 5d590337f1f7992d39782b9de5923253418feca4 | |
parent | 8c844e0b8fc529420de0d8d983628c4f3370d9fa [diff] [blame] |
Build product/odm build.prop with Soong Bug: 322090587 Test: compare build.prop before and after, boot Change-Id: I7a7dc785030a0c17e5c09b7f65c978fe9bbcb7a7
diff --git a/android/variable.go b/android/variable.go index c9b29f1..4025607 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -510,6 +510,7 @@ SystemPropFiles []string `json:",omitempty"` SystemExtPropFiles []string `json:",omitempty"` + ProductPropFiles []string `json:",omitempty"` EnableUffdGc *string `json:",omitempty"` }