1//############################################################
2// Car Dialer Instrumented test target.                       #
3//############################################################
4android_test {
5    name: "CarDialerInstruTests",
6
7    srcs: ["src/**/*.java"],
8
9    test_suites:["device-tests"],
10
11    static_libs: [
12        "androidx.test.ext.junit",
13    ],
14
15    instrumentation_for: "CarDialerAppForTesting",
16}
17