aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2018-01-24 15:49:26 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-24 15:56:04 -0800
commit91c8f20b054d8bc3c3a860197fab69167218af67 (patch)
tree8d9795098e612935ea1a748bf18abf0996995e8c /tools
parent9bfe87f29cd7808dc3086a5f933936704ecdc199 (diff)
Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.
Instead of passing: --direct_dependency jar1 jarowner1 aspect1 --indirect_dependency jar2 jarowner2 aspect2 --classpath jar1 jar2 we pass --dependencies jar1 jarowner1;aspect1 jar2 jarowner2:aspect2 --direct_dependencies jar1 This formats doesn't need to inspect each item in the incoming nested set, and thus doesn't need CustomMultiArgv. This change needs to be rolled out in phases, so this CL changes JavaBuilder and Turbine to accept either format. RELNOTES: None PiperOrigin-RevId: 183155036
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions