Revert^2 "Add TARGET_SYSTEM_PROP to system build.prop"

027f50246f

Change-Id: I3e2e8d90029f897f1dbf76a829518cb7fe4a47b1
This commit is contained in:
Inseob Kim
2024-07-25 03:27:49 +00:00
parent 7d7baf7220
commit ff506d1af2
3 changed files with 15 additions and 4 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)
}