mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +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
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
cc_test {
|
|
name: "VtsHalBluetoothAudioV2_0TargetTest",
|
|
defaults: ["VtsHalTargetTestDefaults"],
|
|
srcs: ["VtsHalBluetoothAudioV2_0TargetTest.cpp"],
|
|
static_libs: [
|
|
"android.hardware.audio.common@5.0",
|
|
"android.hardware.bluetooth.audio@2.0",
|
|
],
|
|
shared_libs: [
|
|
"libfmq",
|
|
],
|
|
test_suites: ["general-tests", "vts"],
|
|
}
|