aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android
Commit message (Expand)AuthorAge
* Stop passing location of testdata as jvm property.Gravatar ajmichael2018-04-06
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* build and test KeepScanner tool open-sourceGravatar kmb2018-03-30
* Detect main dex list entries that will be missingGravatar kmb2018-03-22
* Make ManifestMergerAction able to not take a primary manifestGravatar asteinb2018-03-22
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* Minor fixes to KeepScanner tool:Gravatar kmb2018-03-12
* Support custom implementations of emulated core interface methodsGravatar kmb2018-03-12
* tests,windows: enable android.desugar.runtimeGravatar Laszlo Csomor2018-03-08
* Use new android_tools_defaults_jar in tests.Gravatar Adam Michael2018-03-06
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Android desugar config options to exclude methods from interface emulationGravatar kmb2018-03-01
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* 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