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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user