summaryrefslogtreecommitdiff
path: root/DirectRenderingCluster/tests/robotests/Android.bp
blob: bcbc884f73d3905ae5e9dcd509142f8063a5a941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//############################################
// Messenger Robolectric test target. #
//############################################

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

android_robolectric_test {
    name: "DirectRenderingClusterTests",

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

    java_resource_dirs: ["config"],

    // Include the testing libraries
    libs: [
        "android.car",
    ],

    instrumentation_for: "DirectRenderingCluster",
    upstream: true,
}