summaryrefslogtreecommitdiff
path: root/voicefx
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:45:26 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:45:26 -0700
commit25305b9e712020ece453a45c34af27fd5fc83abf (patch)
tree846ec39bbec6378aa43b8dce201bbc258537a992 /voicefx
parentfaba44dd985195cd7e42d1e8eabee1b84b7d496e (diff)
downloadmanta-25305b9e712020ece453a45c34af27fd5fc83abf.tar.gz
Add liblog
Bug: 8580410 Change-Id: I6845b03f1086ed1b0c7879119e5a170361ffe368
Diffstat (limited to 'voicefx')
-rw-r--r--voicefx/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/voicefx/Android.mk b/voicefx/Android.mk
index fba6adb..9aeb118 100644
--- a/voicefx/Android.mk
+++ b/voicefx/Android.mk
@@ -31,6 +31,5 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES += \
$(call include-path-for, audio-effects)
LOCAL_SHARED_LIBRARIES := \
- libutils
+ libutils liblog
include $(BUILD_SHARED_LIBRARY)
-