diff --git a/ui/build/bazel.go b/ui/build/bazel.go index 978553d44..4b9fdc793 100644 --- a/ui/build/bazel.go +++ b/ui/build/bazel.go @@ -23,6 +23,8 @@ import ( func runBazel(ctx Context, config Config) { // "droid" is the default ninja target. + // TODO(b/160568333): stop hardcoding 'droid' to support building any + // Ninja target. outputGroups := "droid" if len(config.ninjaArgs) > 0 { // At this stage, the residue slice of args passed to ninja