Merge "List required transitive deps of com.android.hardware.audio explicitly" into main am: edf613313c

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3343040

Change-Id: Ifc238b592dfff9184332579e2f4e5f24b5782d5a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Spandan Das
2024-11-12 19:26:25 +00:00
committed by Automerger Merge Worker

View File

@@ -48,4 +48,11 @@ apex {
"android.hardware.audio.service-aidl.xml",
"android.hardware.bluetooth.audio.xml",
],
required: [
"aidl_audio_set_configurations_bfbs",
"aidl_default_audio_set_configurations_json",
"aidl_audio_set_scenarios_bfbs",
"aidl_default_audio_set_scenarios_json",
"hfp_codec_capabilities_xml",
],
}