summaryrefslogtreecommitdiff
path: root/location/tests/locationtests/Android.bp
blob: 1a4e2c7ba35560f0d0d3e068acf9f009a7683d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
android_test {
    name: "FrameworksLocationTests",
    // Include all test java files.
    srcs: ["src/**/*.java"],
    libs: [
        "android.test.runner",
        "android.test.base",
    ],
    platform_apis: true,
    static_libs: [
        "androidx.test.rules",
        "core-test-rules",
        "guava",
        "mockito-target-minus-junit4",
        "frameworks-base-testutils",
        "truth-prebuilt",
    ],
    test_suites: ["device-tests"],
}