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

530c32acbe

Change-Id: I9dc817855e3db7b96320a977b24b84d72e762893
This commit is contained in:
Inseob Kim
2024-07-31 02:00:41 +00:00
parent 88b109e6b4
commit d8538e5db0
3 changed files with 15 additions and 4 deletions

View File

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