blob: 930b783aaa98699b2e0137d21ee4270e08b29c40 [file] [log] [blame]
android_test {
name: "ExtServicesUnitTests",
// Include all test java files.
srcs: ["src/**/*.java"],
// We only want this apk build for tests.
certificate: "platform",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: [
"ExtServices-core",
"android-support-test",
"compatibility-device-util",
"mockito-target-minus-junit4",
"espresso-core",
"truth-prebuilt",
"testables",
"testng",
],
platform_apis: true,
}