Add TODO bug number to stop hardcoding 'droid' am: 8024c95ecc

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1491559

Change-Id: I8c048e5b59146635fc20c57cf8c5c4c62038eaa5
This commit is contained in:
Jingwen Chen
2020-11-09 13:01:27 +00:00
committed by Automerger Merge Worker

View File

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