aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTest.java
Commit message (Expand)AuthorAge
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Rename Dex2OatProvider to AndroidDex2OatInfo andGravatar Googler2018-02-16
* Remove fixture_args from android_instrumentation_test.Gravatar jingwen2018-02-07
* Remove log_levels attribute from android_instrumentation_test.Gravatar jingwen2018-02-06
* Renamed android_instrumentation_test.instrumentation to android_instrumentati...Gravatar jingwen2018-01-31
* Support Android testing with Skylark-defined device rules.Gravatar ajmichael2018-01-26
* Remove android_instrumentation_test.test_args and pass android_instrumentatio...Gravatar jingwen2018-01-24
* Pass the correct path of aapt_binary and merge its data runfiles into android...Gravatar jingwen2018-01-23
* Merge the runfiles of @androidsdk//:aapt_binary into android_instrumentation_...Gravatar jingwen2018-01-04
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Small fixes to android_instrumentation_test.Gravatar ajmichael2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Naming style fix for AndroidInstrumentationInfo(Provider).Gravatar dslomov2017-08-25
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29