Files
app_Settings/tests/perftests/Android.bp
Raff Tsai a266657423 Add dummy performance test
Bug: 145109184
Test: atest --test-mapping src_path:postsubmit
Change-Id: I7db174942247acd20c94afd7763ec73242a5e44b
2020-01-31 14:59:59 +08:00

23 lines
378 B
Plaintext

android_test {
name: "SettingsPrefTests",
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",
}