summaryrefslogtreecommitdiff
path: root/dx
AgeCommit message (Expand)Author
2023-08-03Remove references to the pdk product variableCole Faust
2023-07-11Remove unused dx-doc-stubsPaul Duffin
2022-10-16Fix errorprone warnings that should be errorsCole Faust
2022-02-25Remove trailing whitespace in dexdump golden output.Martin Stjernholm
2022-01-25Run dx tests with Java 11 by defaultSorin Basca
2022-01-20dx-tests: fixes and suppressions following java 11 switchOrion Hodson
2022-01-13Setting dx test to use Java 9Sorin Basca
2021-09-28Remove unused module dx-docsChihYao Chien
2021-09-22Remove mainDexClassesColin Cross
2021-09-16Export mainDexClasses*.rules for MultiDexLegacy testsColin Cross
2021-08-03Move jasmin build rules from make to soongDavid Srbecky
2021-02-23Attempt to fix dx-tests to run in CI as a unit testsJulien Desprez
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to dalvikBob Badour
2020-07-31Remove `create_stubs: false` from droiddocLiz Kammer
2020-07-29Inclusive language updatesOrion Hodson
2020-06-04Enable dx in unbundled builds.Martin Stjernholm
2020-04-24Update bat files to not use find_java.batJoe Baker-Malone
2019-10-24Remove commment about java.nio.charset.ModifiedUtf8Victor Chang
2019-08-29Bumped DEX format version to 040.Ulya Trafimovich
2019-04-03Remove dalvik/dexdump toolDavid Sehr
2019-01-08Convert Android.mk files to Android.bp.Sasha Smundak
2018-12-20dx: workaround a verifier bugOrion Hodson
2018-10-11dexdump: Expand version check to allow 039 DEX filesOrion Hodson
2018-09-18Switch to metalava for dalvik/ docsNan Zhang
2018-04-13Convert dx droiddoc module to Soong.Nan Zhang
2018-04-11Update 'shrinkedAndroid' to not reference the sdk module name directly.Anton Hansson
2018-03-22Remove DX DexMergerAlan Leung
2018-03-13dx: Fix for MethodHandle interningOrion Hodson
2018-02-01Build shrinkedAndroid.jar from SDK 20 APIYohann Roussel
2017-12-22Merge "dx: Throttle run-all-tests script"android-wear-8.0.0_r1Treehugger Robot
2017-12-21dx: Throttle run-all-tests scriptOrion Hodson
2017-12-20dx: Extend descriptors used for signature polymorphic methodsOrion Hodson
2017-12-20dx: Test script fixes for OpenJDK 9Orion Hodson
2017-12-12dx: doc updateOrion Hodson
2017-12-04dx: Fix missing critical edge classificationOrion Hodson
2017-11-16Do not consider clinit as static interface methodIvan Gavrilovic
2017-10-30dx: Regenerate expectations for 137-dexmerger-dex38Orion Hodson
2017-10-30DexMerger: Workaround for buffer overflow in testsOrion Hodson
2017-10-30Disable 127-merge-stressNicolas Geoffray
2017-10-17dx: Revise interface method handlingOrion Hodson
2017-10-16DX: minor clean-upOrion Hodson
2017-10-09Merge "dx: Fix doc build warnings"Treehugger Robot
2017-10-04Merge "Bump API level required for const-method-{handle,type}"Treehugger Robot
2017-10-04Bump API level required for const-method-{handle,type}Orion Hodson
2017-10-04dx: Fix doc build warningsOrion Hodson
2017-10-03dx: Improve MethodHandle annotationsOrion Hodson
2017-09-27New bytecodes for constant-method-{handle,type}Orion Hodson
2017-09-21dx: Extend recognized set of signature-polymorphic methodsOrion Hodson
2017-09-15Reuse the underlying byte array for ByteArrayIvan Gavrilovic
2017-09-14Merge "Revert "Provide APIs to allow reusing the passed buffer.""Treehugger Robot