aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android
Commit message (Expand)AuthorAge
* Change android_library .aar timestamp and open-source AarGeneratorActionTest.Gravatar ajmichael2018-02-26
* add ability to move individual core library methodsGravatar kmb2018-02-21
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Tool that scans a given Jar for references to select classes and outputs corr...Gravatar kmb2018-02-20
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-02-16
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Stub default methods as needed for core library desugaringGravatar kmb2018-02-08
* Rename generated core classes during core library desugaringGravatar kmb2018-02-07
* drop debug info when loading classes in desugar as a workaround for https://b...Gravatar kmb2018-02-06
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05
* Remove -Xbootclasspath/p for JDK 9.Gravatar cnsun2018-01-29
* Multi-thread zip file writing in DexFileSplitter. Since we push content into...Gravatar kmb2018-01-19
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Relax the assertion on the inferred resource type. Now we only require that theGravatar cnsun2018-01-05
* Automatic code cleanup.Gravatar cushon2018-01-04
* Suppress self-assignment errors in desugar test dataGravatar cushon2017-12-14
* make desugar resilient to unrelated lambdas being dumped while it runsGravatar kmb2017-12-13
* Fix a glob to include TestSubject.java in DesugarGravatar Laszlo Csomor2017-12-13
* Add --checkHashMismatch flag to ZipFilterAction.Gravatar jingwen2017-12-12
* Correct stack map frame computation. When visiting CHOP Frame (discarding n l...Gravatar cnsun2017-12-12
* Add a toolchains= dependency to a few genrules so that the Bazel test suite p...Gravatar lberki2017-12-11
* Implement @bazel_tools//tools/jdk:current_host_java_runtime .Gravatar lberki2017-12-08
* Support inclusion filter in DexFileSplitter, with the same semantics as in .....Gravatar kmb2017-12-06
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-12-05
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to...Gravatar lberki2017-11-24
* Create merge action and data deserializer for aapt2 compiled resources.Gravatar Googler2017-11-15
* Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...Gravatar cnsun2017-11-14
* Replace truth.FailureStrategy with truth.FailureMetadata in bazel's Subjects.Gravatar Googler2017-11-10
* Support multiple (disjoint) inputs and add --multidex=given_shard flag to Dex...Gravatar kmb2017-11-09
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Automated rollback of commit 3181c2f1362622985aca24747ed9512573d25dc0.Gravatar corysmith2017-11-06
* Simplify the merge code, and fix a few incorrectly declared tests.Gravatar corysmith2017-11-06
* Force DexMapper (aka shuffle_jars) tool to partition large packages into mult...Gravatar kmb2017-11-01
* Open source ZipFilterAction for use in Android testing.Gravatar ajmichael2017-11-01
* Internal changeGravatar kmb2017-10-26
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* Internal changeGravatar dslomov2017-10-23
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
* Change the KeyValueConsumer to extend BiConsumer for improved consumer usage.Gravatar corysmith2017-10-20
* Fixed android desugar tests to refer to existing guava filegroup insteadGravatar John Cater2017-10-18
* Desugar-singlejar integration tests for double-checking default methods.Gravatar kmb2017-10-13
* Support --forceJumbo flag with incremental dexingGravatar kmb2017-10-10
* Do not rewrite static interface method invocations from bootclasspathGravatar Googler2017-10-07
* tests for new desugar packageGravatar kmb2017-10-06