summaryrefslogtreecommitdiff
path: root/java/classpath_fragment.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-06-16 23:35:55 +0000
committer Spandan Das <spandandas@google.com> 2023-06-23 04:25:32 +0000
commitda724863da3c3f82edacbcaa00d2441d5c8506fa (patch)
tree60e1c48774ed77da6ca11e20c55e7af1a28e57cd /java/classpath_fragment.go
parent3b7411adc792c912855cd8cab67152ad5b7f81cd (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