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

Commit 1ba71fe7 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh Committed by Iliyan Malchev
Browse files

Move audio.a2dp.default to vendor

Default HAL should go to /vendor/.

Bug: 35907904
Bug: 35979581
Test: Compiled and checked install path. Verified on Sailfish with
$ lsof | grep default. MP3 playback over my BT headset.

Change-Id: I93a341cc96b8d991dea52070f633566bf71f0dc0
parent 5f85ba20
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@ cc_library {
    name: "audio.a2dp.default",
    name: "audio.a2dp.default",
    defaults: ["audio_a2dp_hw_defaults"],
    defaults: ["audio_a2dp_hw_defaults"],
    relative_install_path: "hw",
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
    srcs: [
        "src/audio_a2dp_hw.cc",
        "src/audio_a2dp_hw.cc",
        "src/audio_a2dp_hw_utils.cc",
        "src/audio_a2dp_hw_utils.cc",