Move IMediaLogService to libmedialogservice

So audioserver and libmedialogservice don't have to link against libmedia

Test: build/boot
Change-Id: I4040d9f6db59807c3fa56321d45fb6ab50fb5edb
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 1657c08..7f22c91 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -36,6 +36,7 @@
 
 LOCAL_C_INCLUDES := \
     $(TOPDIR)frameworks/av/services/audiopolicy \
+    $(TOPDIR)frameworks/av/services/medialog \
     $(TOPDIR)external/sonic \
     $(call include-path-for, audio-utils)
 
@@ -49,6 +50,7 @@
     liblog \
     libbinder \
     libmedia \
+    libmedialogservice \
     libmediautils \
     libnbaio \
     libpowermanager \