Bug: 145109184 Test: atest :postsubmit Change-Id: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
23 lines
378 B
Plaintext
23 lines
378 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",
|
|
}
|