Merge "Install bluetooth audio VINTF fragment in apex" into main

This commit is contained in:
Jooyung Han 2024-02-06 00:54:22 +00:00 committed by Gerrit Code Review
commit 0cacd8c7f5
2 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,7 @@ apex {
prebuilts: [
"android.hardware.audio.service-aidl.example.rc",
"android.hardware.audio.service-aidl.xml",
"android.hardware.bluetooth.audio.xml",
"audio_effects_config.xml",
],
}

View file

@ -40,3 +40,10 @@ cc_library_shared {
"libbluetooth_audio_session_aidl",
],
}
prebuilt_etc {
name: "android.hardware.bluetooth.audio.xml",
src: "bluetooth_audio.xml",
sub_dir: "vintf",
installable: false,
}