blob: 9f1dd6fb86f08a0e3c7bd22226afeca59d37cacc [file] [log] [blame]
Kai40b9fe82021-02-23 15:56:53 -08001cc_test {
2 name: "VtsHalAutomotiveVehicleV2_0TargetTest",
3 defaults: [
4 "VtsHalTargetTestDefaults",
5 ],
6 srcs: [
7 "VtsHalAutomotiveVehicleV2_0TargetTest.cpp",
8 ],
9 shared_libs: [
10 "libbase",
11 "libhidlbase",
12 "liblog",
13 ],
14 static_libs: [
15 "android.hardware.automotive.vehicle@2.0",
16 ],
17 test_suites: [
18 "vts",
19 "general-tests",
20 ],
21}