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 5388adc..eb56e82 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -33,6 +33,7 @@
 
 LOCAL_C_INCLUDES := \
     $(TOPDIR)frameworks/av/services/audiopolicy \
+    $(TOPDIR)frameworks/av/services/medialog \
     $(TOPDIR)external/sonic \
     $(call include-path-for, audio-effects) \
     $(call include-path-for, audio-utils)
@@ -46,6 +47,7 @@
     liblog \
     libbinder \
     libmedia \
+    libmedialogservice \
     libmediautils \
     libnbaio \
     libhardware \