1android_test {
2    name: "NotificationStressTests",
3    // Include all test java files.
4    srcs: ["src/**/*.java"],
5    libs: [
6        "android.test.runner",
7        "android.test.base",
8    ],
9    // Could build against SDK if it wasn't for the @RepetitiveTest annotation.
10    platform_apis: true,
11    static_libs: [
12        "junit",
13        "ub-uiautomator",
14    ],
15}
16