Add an accessor function for the output Ninja file.

Test: Presubmits.
Change-Id: I505dfbbf7f87c6ea6bce71f7ae4ef8ca750d066d
This commit is contained in:
Lukacs T. Berki 2021-03-24 10:57:13 +01:00
parent a4c074bc25
commit a9ec69433d

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.