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:
commit
185ed79853
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