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:
Christopher Parsons 2022-08-30 16:18:45 +00:00 committed by Automerger Merge Worker
commit eee0919231

View file

@ -39,6 +39,9 @@ type Args struct {
Cpuprofile string Cpuprofile string
Memprofile string Memprofile string
TraceFile string TraceFile string
BazelMode bool
BazelModeDev bool
} }
// Returns the list of dependencies the emitted Ninja files has. These can be // Returns the list of dependencies the emitted Ninja files has. These can be