Revert^2 "Install bluetooth audio VINTF fragment in apex"

e9f8c8c4f5

Change-Id: Ice6a2a50b966d30db2e375e8bad2b58dad3c5018
This commit is contained in:
Jooyung Han
2024-02-08 01:01:30 +00:00
parent e61433d1e0
commit bc0ff1c206
2 changed files with 8 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ apex {
prebuilts: [
"android.hardware.audio.service-aidl.example.rc",
"android.hardware.audio.service-aidl.xml",
"android.hardware.bluetooth.audio.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,
}