resolved conflicts for merge of af2bd086 to lmp-mr1-dev-plus-aosp

Change-Id: Ic8655447bac2d8a780fd21293cc3ccaa320d4eb8
diff --git a/Android.mk b/Android.mk
index 6a1988b..381bcc1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -92,7 +92,7 @@
 include $(BUILD_EXECUTABLE)
 
 ############################
-# This builds an mDns that is embeddable within GmsCore for the local apps connection API
+# This builds an mDns that is embeddable within GmsCore for the nearby connections API
 
 ### STATIC LIB ###
 include $(CLEAR_VARS)
@@ -119,7 +119,7 @@
 LOCAL_CFLAGS += -Os -fvisibility=hidden
 LOCAL_CFLAGS += $(commonFlags) \
                 -UMDNS_DEBUGMSGS \
-                -DMDNS_DEBUGMSGS=1 \
+                -DMDNS_DEBUGMSGS=0 \
                 -DSO_REUSEADDR \
                 -DUNICAST_DISABLED