blob: 930b783aaa98699b2e0137d21ee4270e08b29c40 [file] [log] [blame]
Julia Reynolds38cdbaf2019-01-30 12:16:58 -05001android_test {
2 name: "ExtServicesUnitTests",
3
4 // Include all test java files.
5 srcs: ["src/**/*.java"],
6
7 // We only want this apk build for tests.
8 certificate: "platform",
9
10 libs: [
11 "android.test.runner",
12 "android.test.base",
13 ],
14
15 static_libs: [
16 "ExtServices-core",
17 "android-support-test",
Tony Make1a27ac2019-01-31 16:32:19 +000018 "compatibility-device-util",
Julia Reynolds38cdbaf2019-01-30 12:16:58 -050019 "mockito-target-minus-junit4",
20 "espresso-core",
21 "truth-prebuilt",
22 "testables",
23 "testng",
24 ],
25
26 platform_apis: true,
27}