aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java
Commit message (Expand)AuthorAge
* Migrate android providers to use BuiltinProvider instead of NativeProviderGravatar cparsons2018-06-11
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Fixed missing end / in documentationGravatar jingwen2018-02-22
* Fixed missing end quote in android_instrumentation_test's documentationGravatar jingwen2018-02-22
* Rule documentation for android_instrumentation_testGravatar jingwen2018-02-16
* 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
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29