blob: d06b50efe3f99641d39ea63140764a42c1152c3f [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-unstable-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-unstable-cpp",
],
test_suites: [
"general-tests",
"vts",
],
}