Revert^3 "Add TARGET_SYSTEM_PROP to system build.prop" am: 072c0e4fcb

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3195813

Change-Id: Iea8d428d6b6099c1b71a70450880c7ac926009be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Pechetty Sravani (xWF)
2024-07-25 10:39:03 +00:00
committed by Automerger Merge Worker
3 changed files with 4 additions and 15 deletions

View File

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