blob: e744d5a2e6313296a16e7a5b623dfae41f79391b [file] [log] [blame]
android_test {
name: "NotificationStressTests",
// Include all test java files.
srcs: ["src/**/*.java"],
libs: [
"android.test.runner",
"android.test.base",
],
// Could build against SDK if it wasn't for the @RepetitiveTest annotation.
platform_apis: true,
static_libs: [
"junit",
"ub-uiautomator",
],
}