adbd: fix build breakage.

This broke because two CLs touching the Android.bp file both
independently passed presubmit, but failed when combined.

Clean up a misindentation while we're at it.

Bug: http://b/150032367
Test: mma in system/core/adb
Change-Id: I091ef9dec806c767ffb21a5fd73b2bb37ab29ff9
diff --git a/adb/Android.bp b/adb/Android.bp
index 2f1fe3c..fea8c78 100644
--- a/adb/Android.bp
+++ b/adb/Android.bp
@@ -375,7 +375,7 @@
     srcs: libadb_srcs + libadb_linux_srcs + libadb_posix_srcs + [
         "daemon/auth.cpp",
         "daemon/jdwp_service.cpp",
-	"daemon/adb_wifi.cpp",
+        "daemon/adb_wifi.cpp",
     ],
 
     local_include_dirs: [
@@ -516,6 +516,7 @@
         "libadbd_services",
         "libcutils_sockets",
         "libdiagnose_usb",
+        "libmdnssd",
     ],
 
     export_include_dirs: [