blob: b5bc314ea91907f23e53e07d4260ed00acfd752c [file] [log] [blame]
//############################################
// Messenger Robolectric test target. #
//############################################
android_robolectric_test {
name: "DirectRenderingClusterTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
// Include the testing libraries
libs: [
"android.car",
],
instrumentation_for: "DirectRenderingCluster",
}