blob: 20d53c7bcfcf4ac218285370aa960b1ee67cb6b1 [file] [log] [blame]
Steven Morelandd44007e2019-10-24 18:12:46 -07001cc_test {
2 name: "VtsHalVibratorTargetTest",
3 defaults: [
4 "VtsHalTargetTestDefaults",
5 "use_libaidlvintf_gtest_helper_static",
6 ],
7 srcs: ["VtsHalVibratorTargetTest.cpp"],
8 shared_libs: [
9 "libbinder",
10 ],
11 static_libs: [
12 "vintf-vibrator-cpp",
13 ],
14 test_suites: [
15 "vts-core",
16 ],
17}