From: Po-Chien Hsueh Date: Tue, 7 Mar 2017 02:27:21 +0000 (+0800) Subject: Move audio.a2dp.default to vendor X-Git-Tag: android-x86-8.1-r1~62^2^2~25^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f5f2dfbfc08498edb21351796539dace5b5aa081;p=android-x86%2Fsystem-bt.git 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 --- diff --git a/audio_a2dp_hw/Android.bp b/audio_a2dp_hw/Android.bp index 24bb1de50..9cc049767 100644 --- a/audio_a2dp_hw/Android.bp +++ b/audio_a2dp_hw/Android.bp @@ -13,6 +13,7 @@ cc_library { name: "audio.a2dp.default", defaults: ["audio_a2dp_hw_defaults"], relative_install_path: "hw", + proprietary: true, srcs: [ "src/audio_a2dp_hw.cc", "src/audio_a2dp_hw_utils.cc",