diff options
| author | 2023-06-16 23:35:55 +0000 | |
|---|---|---|
| committer | 2023-06-23 04:25:32 +0000 | |
| commit | da724863da3c3f82edacbcaa00d2441d5c8506fa (patch) | |
| tree | 60e1c48774ed77da6ca11e20c55e7af1a28e57cd /java/classpath_fragment.go | |
| parent | 3b7411adc792c912855cd8cab67152ad5b7f81cd (diff) | |
Respect '' received from aquery
GoCompilePkg action's aquery results contains ''. e.g (the interesting
ones)
```
/bin/bulder ... -embedroot '' -gcflags '' -asmflags ''
```
strings.Join would cause it to appear as a whitespace and cause issues.
(in ninja without this CL)
```
/bin/builder ... -embedroot  -gcflags  -asmflags
```
Convert the empty literal to '' before strings.Join
To limit inadvertent side-effects, this limits it to GoCompilePkg mnemonic
Test: TH
Change-Id: I67161c194dabac6f857ff49b85d4b2471970a9b2
Diffstat (limited to 'java/classpath_fragment.go')
0 files changed, 0 insertions, 0 deletions