blob: 9f1dd6fb86f08a0e3c7bd22226afeca59d37cacc [file] [log] [blame]
cc_test {
name: "VtsHalAutomotiveVehicleV2_0TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
],
srcs: [
"VtsHalAutomotiveVehicleV2_0TargetTest.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
],
static_libs: [
"android.hardware.automotive.vehicle@2.0",
],
test_suites: [
"vts",
"general-tests",
],
}