Merge "Revert^3 "Install bluetooth audio VINTF fragment in apex"" into main

This commit is contained in:
Myles Watson
2024-03-05 21:05:50 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 8 deletions

View File

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

View File

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