//############################################ // 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", }