blob: 81c6df070881eeaab2f9cd8d9826528624c7a663 [file] [log] [blame]
android_test {
name: "RcsTests",
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: [
"junit",
"android-support-test",
"mockito-target-minus-junit4",
"truth-prebuilt",
],
}