summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2017-09-04 20:36:36 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2017-09-08 17:23:32 +0000
commitab7452af1a5daa7034f5ff9d9c13165c88344fe2 (patch)
tree8e87317ba77ee163a8202f80203baea2b478c01c
parent202b45b3790113c84008dfa3d9ef80598bb7c052 (diff)
downloadandroid_hardware_qcom_audio-lineage-15.0-caf-8998.tar.gz
android_hardware_qcom_audio-lineage-15.0-caf-8998.tar.bz2
android_hardware_qcom_audio-lineage-15.0-caf-8998.zip
audiod: add missing depslineage-15.0-caf-8998
Change-Id: Ia637f87e57539b221cce9b044ba26b95440ad58d
-rw-r--r--audiod/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/audiod/Android.mk b/audiod/Android.mk
index c89b3cd8..fc2c7e02 100644
--- a/audiod/Android.mk
+++ b/audiod/Android.mk
@@ -16,7 +16,9 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
libbinder \
- libmedia
+ libaudioclient \
+ libmedia \
+ liblog
ifneq (,$(findstring $(PLATFORM_VERSION), 5.0 5.1 5.1.1))
LOCAL_SHARED_LIBRARIES += libstlport