mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
In order to provide a more descriptive name, and to be consistent with HIDL, the stable AIDL package names are switching from vintf-vibrator format to the package format (android.hardware.vibrator). Bug: N/A Test: all build time Change-Id: I52959482898f329ad1b3a3a5b345a0c6dc72197d
18 lines
361 B
Plaintext
18 lines
361 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: [
|
|
"vts-core",
|
|
],
|
|
}
|