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