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:
@@ -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
|
||||
|
Reference in New Issue
Block a user