blob: 20d53c7bcfcf4ac218285370aa960b1ee67cb6b1 [file] [log] [blame]
cc_test {
name: "VtsHalVibratorTargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalVibratorTargetTest.cpp"],
shared_libs: [
"libbinder",
],
static_libs: [
"vintf-vibrator-cpp",
],
test_suites: [
"vts-core",
],
}