OSDN Git Service

Move audio.a2dp.default to vendor
authorPo-Chien Hsueh <pchsueh@google.com>
Tue, 7 Mar 2017 02:27:21 +0000 (10:27 +0800)
committerIliyan Malchev <malchev@google.com>
Thu, 13 Apr 2017 19:04:09 +0000 (12:04 -0700)
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

audio_a2dp_hw/Android.bp

index 24bb1de..9cc0497 100644 (file)
@@ -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",