Merge changes from topic "system_build_prop_soong" into main

* changes:
  Use Soong-built system/build.prop
  Sync gen_build_prop.py to sysprop.mk
  Add TARGET_SYSTEM_PROP to system build.prop
This commit is contained in:
Inseob Kim
2024-07-25 02:07:00 +00:00
committed by Gerrit Code Review
9 changed files with 68 additions and 351 deletions

View File

@@ -2077,3 +2077,7 @@ func (c *config) UseDebugArt() bool {
return Bool(c.productVariables.Eng)
}
func (c *config) SystemPropFiles(ctx PathContext) Paths {
return PathsForSource(ctx, c.productVariables.SystemPropFiles)
}