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

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

Change-Id: I15228789ff0561c8a86cb9afff8634e2e843e774
This commit is contained in:
Lukacs T. Berki 2021-03-24 17:44:29 +00:00 committed by Automerger Merge Worker
commit ea376d6dc5

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.