blob: a439b79fa2f0a46f44ea85b737d0202632c49fc7 [file] [log] [blame]
android_test {
name: "mediaroutertest",
srcs: ["**/*.java"],
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: [
"androidx.test.rules",
"mockito-target-minus-junit4",
"testng",
"truth-prebuilt",
],
platform_apis: true,
certificate: "platform",
}