mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "bluetooth: Fix dependency on android.hardware.audio.common" into udc-mainline-prod
This commit is contained in:
committed by
Android (Google) Code Review
commit
074a4b4861
@@ -29,7 +29,7 @@ aidl_interface {
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
"android.hardware.common.fmq-V1",
|
||||
"android.hardware.audio.common-V1",
|
||||
"android.hardware.audio.common-V2",
|
||||
],
|
||||
backend: {
|
||||
cpp: {
|
||||
@@ -69,7 +69,7 @@ aidl_interface {
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
"android.hardware.common.fmq-V1",
|
||||
"android.hardware.audio.common-V1",
|
||||
"android.hardware.audio.common-V2",
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ cc_test {
|
||||
tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
|
||||
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
|
||||
static_libs: [
|
||||
"android.hardware.audio.common-V1-ndk",
|
||||
"android.hardware.audio.common-V2-ndk",
|
||||
"android.hardware.bluetooth.audio-V3-ndk",
|
||||
"android.hardware.common-V2-ndk",
|
||||
"android.hardware.common.fmq-V1-ndk",
|
||||
|
||||
Reference in New Issue
Block a user