Merge "Add bazelmode and bazelmodedev as command args" am: 31ce118f0e
am: 2113d66222
am: 59e154aa49
am: 44dae789ba
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2190180 Change-Id: Ibf212867cd8f562039d56127e35e6e5868a33dd7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
eee0919231
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ type Args struct {
|
|||
Cpuprofile string
|
||||
Memprofile string
|
||||
TraceFile string
|
||||
|
||||
BazelMode bool
|
||||
BazelModeDev bool
|
||||
}
|
||||
|
||||
// Returns the list of dependencies the emitted Ninja files has. These can be
|
||||
|
|
Loading…
Reference in a new issue