aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTest.java
Commit message (Expand)AuthorAge
* 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