blob: 4c3878efd2f9a44476929573bf7a55f408a0fd53 [file] [log] [blame]
//###############################################
// CarRotaryController Robolectric test target. #
//###############################################
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "CarRotaryControllerRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
// Include the testing libraries
libs: [
"android.car",
"android.test.base.impl",
],
static_libs: [
"car-ui-lib",
],
instrumentation_for: "CarRotaryController",
}