blob: a06dae349c4747d07f8a9aabf43fcca6d41e5884 [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: [
Jeongik Cha1674c132021-01-26 22:34:55 +090012 "android.hardware.vibrator-V1-cpp",
Steven Morelandd44007e2019-10-24 18:12:46 -070013 ],
14 test_suites: [
Steven Moreland1c269782020-01-09 11:16:05 -080015 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070016 "vts",
Steven Morelandd44007e2019-10-24 18:12:46 -070017 ],
18}