summaryrefslogtreecommitdiffstats
path: root/audio_a2dp_hw
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-03-27 17:12:19 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-27 17:12:19 -0700
commita5371c238b4e874d8313ac56a23451e7345ff541 (patch)
treec24cf46bfc5ac0c5cd078fb4251f0d09e39619de /audio_a2dp_hw
parent2622da22d643eae5a99d045f14c1b40fe2171dbe (diff)
downloadandroid_system_bt-a5371c238b4e874d8313ac56a23451e7345ff541.tar.gz
android_system_bt-a5371c238b4e874d8313ac56a23451e7345ff541.tar.bz2
android_system_bt-a5371c238b4e874d8313ac56a23451e7345ff541.zip
Make A2DP audio HAL a shared library again
The audio HAL is loaded separately from the Bluetooth stack and thus needs to stay separate. Change-Id: I8d8601a6e753099f4f058dc0192b93c53be2ffb1
Diffstat (limited to 'audio_a2dp_hw')
-rw-r--r--audio_a2dp_hw/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio_a2dp_hw/Android.mk b/audio_a2dp_hw/Android.mk
index 62a050588..959c255d2 100644
--- a/audio_a2dp_hw/Android.mk
+++ b/audio_a2dp_hw/Android.mk
@@ -19,4 +19,4 @@ LOCAL_SHARED_LIBRARIES := libcutils liblog
LOCAL_MODULE_TAGS := optional
-include $(BUILD_STATIC_LIBRARY)
+include $(BUILD_SHARED_LIBRARY)