Add an accessor function for the output Ninja file. am: a9ec69433d am: 584023ba01

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1651769

Change-Id: Iad3c2e531c254e9bb33ba4e980494ce65db9d390
This commit is contained in:
Lukacs T. Berki 2021-03-24 17:01:49 +00:00 committed by Automerger Merge Worker
commit 185ed79853

View file

@ -55,6 +55,10 @@ var (
absSrcDir string
)
func CmdlineOutFile() string {
return cmdline.OutFile
}
// Returns the build dir as parsed from the command line. This is necessary
// because even though these flags are defined here, soong_build accesses them.
// The plan is to move these flags to soong_build.