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