Bug: 152716522 Test: atest com.android.settings.tests.perf Change-Id: If5913440b4a4b58662c195e8cb637804fd6f2449 Merged-In: Ia504dd1185de1d33a21fec344871d4b0fabae953
22 lines
377 B
Plaintext
22 lines
377 B
Plaintext
android_test {
|
|
name: "SettingsPerfTests",
|
|
|
|
certificate: "platform",
|
|
|
|
libs: [
|
|
"android.test.runner",
|
|
],
|
|
|
|
static_libs: [
|
|
"androidx.test.rules",
|
|
"ub-uiautomator",
|
|
],
|
|
|
|
// Include all test java files.
|
|
srcs: ["src/**/*.java"],
|
|
|
|
platform_apis: true,
|
|
test_suites: ["device-tests"],
|
|
|
|
instrumentation_for: "Settings",
|
|
} |