Add liblog

Bug: 8580410
Change-Id: I6845b03f1086ed1b0c7879119e5a170361ffe368
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_C_INCLUDES += \
     $(call include-path-for, audio-effects)
 LOCAL_SHARED_LIBRARIES := \
-    libutils
+    libutils liblog
 include $(BUILD_SHARED_LIBRARY)
-