• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//############################################
2// Messenger Robolectric test target. #
3//############################################
4
5package {
6    default_applicable_licenses: ["Android-Apache-2.0"],
7}
8
9android_robolectric_test {
10    name: "DirectRenderingClusterTests",
11
12    srcs: ["src/**/*.java"],
13
14    java_resource_dirs: ["config"],
15
16    // Include the testing libraries
17    libs: [
18        "android.car",
19    ],
20
21    instrumentation_for: "DirectRenderingCluster",
22}
23