Add an accessor function for the output Ninja file.
Test: Presubmits. Change-Id: I505dfbbf7f87c6ea6bce71f7ae4ef8ca750d066d
This commit is contained in:
parent
a4c074bc25
commit
a9ec69433d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue