Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cacd8c7 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

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

parents 7c186a57 92ca5545
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",
    ],
}
+7 −0
Original line number Diff line number Diff line
@@ -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,
}