aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/android
Commit message (Expand)AuthorAge
...
* 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
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06
* Fix aapt2 actions to use the compiled intermediate resource files for linking...Gravatar Googler2017-10-02
* Support --positions flag in DexBuilder, for consistency with dxGravatar kmb2017-09-29
* Change which tests should run on WindowsGravatar ajmichael2017-09-25
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Make desugar tests assume android-24.Gravatar ajmichael2017-09-19
* Open source tests for Android desugarer.Gravatar ajmichael2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01
* Allow to overwrite default dex prefix name 'classes'.Gravatar Googler2017-08-31
* Enable using a parameter for large lists of resources to link.Gravatar corysmith2017-08-25
* Busybox all the Bazel Android tools.Gravatar ajmichael2017-08-25