blob: 8ef9a27982c9434830229888f4ab5e008cec55d9 [file] [log] [blame]
//###############################################
// CarRotaryController Robolectric test target. #
//###############################################
android_robolectric_test {
name: "CarRotaryControllerRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
// Include the testing libraries
libs: [
"android.car",
],
static_libs: [
"car-ui-lib",
],
instrumentation_for: "CarRotaryController",
}