aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android/dexer/DexFileSplitterTest.java
Commit message (Collapse)AuthorAge
* Detect main dex list entries that will be missingGravatar kmb2018-03-22
| | | | | | RELNOTES: None. PiperOrigin-RevId: 190154101
* Multi-thread zip file writing in DexFileSplitter. Since we push content ↵Gravatar kmb2018-01-19
| | | | | | | | into output files one by one this mostly means that we can start writing the next file while the previous one is still finishing up, and can read and write in parallel. RELNOTES: None. PiperOrigin-RevId: 182570961
* Automatic code cleanup.Gravatar cushon2018-01-04
| | | | PiperOrigin-RevId: 180878300
* Support inclusion filter in DexFileSplitter, with the same semantics as in ↵Gravatar kmb2017-12-06
| | | | | | | | ../ziputils/DexMapper. RELNOTES: None. PiperOrigin-RevId: 178153254
* Internal changeGravatar kmb2017-10-26
| | | | PiperOrigin-RevId: 173451767
* Internal changeGravatar dslomov2017-10-23
| | | | PiperOrigin-RevId: 173113101
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
factor out dex file limit tracking into shared helper class. RELNOTES: None. PiperOrigin-RevId: 172826493