blob: b50b3f70bec2a8dca124af48ac8732e0c1b1fccd [file] [log] [blame]
cc_test {
name: "VtsHalVibratorTargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalVibratorTargetTest.cpp"],
shared_libs: [
"libbinder",
],
static_libs: [
"android.hardware.vibrator-V2-cpp",
],
test_suites: [
"general-tests",
"vts",
],
}
cc_test {
name: "VtsHalVibratorManagerTargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalVibratorManagerTargetTest.cpp"],
shared_libs: [
"libbinder",
],
static_libs: [
"android.hardware.vibrator-V2-cpp",
],
test_suites: [
"general-tests",
"vts",
],
}