Jaewoong Jung | 929ab36 | 2019-05-16 11:21:00 -0700 | [diff] [blame^] | 1 | android_test { |
2 | name: "ExtServicesUnitTests", | ||||
3 | certificate: "platform", | ||||
4 | libs: [ | ||||
5 | "android.test.runner", | ||||
6 | "android.test.base", | ||||
7 | ], | ||||
8 | static_libs: [ | ||||
9 | "androidx.test.rules", | ||||
10 | "mockito-target-minus-junit4", | ||||
11 | "androidx.test.espresso.core", | ||||
12 | "truth-prebuilt", | ||||
13 | "testables", | ||||
14 | ], | ||||
15 | // Include all test java files. | ||||
16 | srcs: ["src/**/*.java"], | ||||
17 | platform_apis: true, | ||||
18 | instrumentation_for: "ExtServices", | ||||
19 | } |