summaryrefslogtreecommitdiff
path: root/app-perf-tests/Android.bp
blob: c556edc45cf185fb3a1016adad7c57e913911376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
android_test {
    name: "DocumentsUIAppPerfTests",

    manifest: "AndroidManifest.xml",

    srcs: [
        "src/**/*.java",
    ],

    libs: [
        "android.test.base",
        "android.test.runner",
    ],

    static_libs: [
        "androidx.legacy_legacy-support-v4",
        "collector-device-lib",
        "mockito-target",
        "ub-uiautomator",
    ],

    platform_apis: true,

    data: [":perfetto_artifacts"],

    instrumentation_for: "DocumentsUI",

    certificate: "platform",

    test_suites: ["device-tests"],

    //sdk_version: "current",
}