blob: 57bf75952def471e1b10e01812a1871947d1f308 [file] [log] [blame]
//###########################################################
// car-telephony-common just for Robolectric test target. #
//###########################################################
android_app {
name: "CarTelephonyCommonForTesting",
platform_apis: true,
libs: ["android.car"],
privileged: true,
static_libs: ["car-telephony-common"],
}
//############################################################
// car-telephony-common Robolectric test target. #
//############################################################
android_robolectric_test {
name: "CarTelephonyCommonRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
instrumentation_for: "CarTelephonyCommonForTesting",
}