diff options
| author | 2021-08-30 14:26:53 -0700 | |
|---|---|---|
| committer | 2021-08-30 14:32:57 -0700 | |
| commit | e57ecb3eb8d0642eb57a602a4792dd0cb3ec6d78 (patch) | |
| tree | f6ea7f024226987869c0350141ed8894c744db97 /java/kotlin.go | |
| parent | 0fd548dcd072f8cefad9243d5fad808dff64bf5c (diff) | |
Remove extra checkbuild argument from ninja tools command lines
The dangling rules check was running `ninja checkbuild -t targets rule`.
This apparently worked fine with glibc, but is failing when ninja is
compiled with musl. Musl's getopt_long is leaving "checkbuild" in argv
when calling ninja's ToolTargets, resulting in:
ninja: error: unknown target tool mode 'checkbuild'
Remove the extraneous checkbuild argument.
Bug: 190084016
Test: m checkbuild
Change-Id: I61b6475a5f7cb9d3d47232057ecfdc798864dd81
Diffstat (limited to 'java/kotlin.go')
0 files changed, 0 insertions, 0 deletions