Add TARGET_SYSTEM_PROP to system build.prop am: bcc00559c6

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

Change-Id: Ib1ba1c34304b6ae7b1a7833603162c438ec5ad4a
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:08:22 +00:00
committed by Automerger Merge Worker
3 changed files with 15 additions and 4 deletions

View File

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