See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I368327d0f3b4bd3068e10c8750ece45e227531cf
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
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",
|
|
],
|
|
}
|