aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/singlejar_main.cc
Commit message (Collapse)AuthorAge
* Concatenate reference config files in singlejarGravatar Tony Liang2018-01-11
| | | | | | | | | | | Merge reference.conf files in single jar since [akka will break](https://doc.akka.io/docs/akka/current/general/configuration.html#when-using-jarjar-onejar-assembly-or-any-jar-bundler) if reference.conf files are overwritten. The feature is added to both java and cpp implementations of singlejar to concatenate reference.conf files to keep behaviors consistent. For the cpp implementation, using `OutputJar.ExtraCombiner` in singlejar_main.cc feels less intrusive than adding a new `Concatenator` in the output_jar code. Bazel-dev discussion on the issue is [here](https://groups.google.com/forum/#!topic/bazel-dev/C30dwAPL708). Closes #4413. PiperOrigin-RevId: 181622277
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
| | | | | | | This should also address https://github.com/bazelbuild/bazel/issues/3903 RELNOTES: None. PiperOrigin-RevId: 172963663
* Initial checkin of the OutputJar and main.Gravatar Sasha Smundak2016-08-08
-- MOS_MIGRATED_REVID=129473820