summaryrefslogtreecommitdiff
path: root/tests/robotests/Android.bp
blob: 9689e31051816d9ce2c12a10a237520436ca6c70 (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
//############################################################
// MmsService Robolectric test target.                       #
//############################################################

package {
    default_team: "trendy_team_fwk_telephony",
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_robolectric_test {
    name: "MmsServiceRoboTests",

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

    java_resource_dirs: ["config"],

    static_libs: [
        "androidx.test.core",
        "testng",
    ],

    instrumentation_for: "MmsService",
    upstream: true,
}