aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/android/AndroidBinaryTest.java
Commit message (Expand)AuthorAge
* Remove ValidatedAndroidData interfaceGravatar asteinb2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* Expose ProguardMappingProvider to Skylark (as ProguardMappingInfo).Gravatar Googler2018-07-18
* Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7.Gravatar Googler2018-06-08
* Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f.Gravatar jmmv2018-06-07
* Let blaze obfuscate manual main_dex_list according to proguard map.Gravatar Googler2018-06-06
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Stop collapsing NestedSet of deps in RClassGeneratorGravatar asteinb2018-05-07
* Fix up newly discovered bugs in decoupled Android data processingGravatar asteinb2018-05-03
* Fix tests to be compatible with deferred param files.Gravatar tomlu2018-05-02
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* BazelPackageLoader to be invoked on additional tests.Gravatar carmi2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Add test that blaze feature_flags are passed correctly when the alias is invokedGravatar Googler2018-03-23
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Make AndroidInstrumentationInfo createable from Skylark.Gravatar ajmichael2018-02-12
* Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333.Gravatar Googler2018-02-07
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Expose ApkInfo and AndroidInstrumentationInfo to Skylark.Gravatar ajmichael2018-01-29
* Stop setting annotations_jar in Bazel android_sdk.Gravatar ajmichael2018-01-26
* Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.Gravatar eaftan2018-01-24
* Filter out generated proto extension registry loader from instrumentation APK.Gravatar Googler2018-01-16
* Default to filtering resources in analysisGravatar Googler2018-01-16
* Enable incremental dexing of proguarded Android binaries in Bazel (one dexbui...Gravatar kmb2018-01-16
* Filter out generated databinding files from instrumentation APK.Gravatar ajmichael2017-12-15
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Update AndroidConfiguration to reflect changesGravatar Googler2017-11-21
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Stop adding data deps to AndroidDeployInfo proto.Gravatar ajmichael2017-11-15
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Filter local and transitive resources togetherGravatar Googler2017-11-06
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Remove --incremental_dexing_binary_types.Gravatar ajmichael2017-10-31