1//############################################ 2// Messenger Robolectric test target. # 3//############################################ 4 5android_robolectric_test { 6 name: "DirectRenderingClusterTests", 7 8 srcs: ["src/**/*.java"], 9 10 java_resource_dirs: ["config"], 11 12 // Include the testing libraries 13 libs: [ 14 "android.car", 15 ], 16 17 instrumentation_for: "DirectRenderingCluster", 18} 19