mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Bug: 151896491 Test: local build Exempt-From-Owner-Approval: This CL update suite name vts-core to vts as the suite name is updated. This CL won't change test logic or behavior. Change-Id: I562b4dc50765e953800a814a8fd84a01c1b9352b Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
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",
|
|
],
|
|
}
|