aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/combiners.h
Commit message (Collapse)AuthorAge
* 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
* add option to singlejar to double-check correct default and static interface ↵Gravatar kmb2017-10-12
| | | | | | | | method desugaring for Android. RELNOTES: none PiperOrigin-RevId: 171891682
* Make singlejar's flag.xml merging idempotentGravatar cushon2017-04-25
| | | | | | | | Previously running singlejar over the same flags.xml multiple times would add start/end tags each time, resulting in repeated top-level tags. PiperOrigin-RevId: 154126431
* Add an option to the Concatenator to insert a newline before the contents of ↵Gravatar Sasha Smundak2016-08-31
| | | | | | | | | the merged entry. RELNOTES: -- MOS_MIGRATED_REVID=131731752
* Preparation for enabling --compression/--dont_change_compression options:Gravatar Sasha Smundak2016-08-17
| | | | | | | Allow combiners to copy the payload out instead of compressing it. -- MOS_MIGRATED_REVID=130419840
* Combiners overhaul: introduce Combiner interface common to all combiners, ↵Gravatar Sasha Smundak2016-08-10
| | | | | | | use it instead of switch statement in output_jar. Move implementations to combiners.cc -- MOS_MIGRATED_REVID=129763019
* Initial checkin of the combiner classes.Gravatar Sasha Smundak2016-07-28
-- MOS_MIGRATED_REVID=128597707