Merge changes from topic "revert-3184480-system_build_prop_soong-BZIDUTEOOC" into main am: 7d7baf7220

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

Change-Id: I35846419402c7a0cb075278ef1f9b83bff81aa88
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Inseob Kim
2024-07-25 02:51:18 +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)
}