aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/singlejar/combiners_test.cc
Commit message (Collapse)AuthorAge
* 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
* 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