Merge "Don't build mdnsd for Windows."
diff --git a/Android.bp b/Android.bp
index 30cba16..70356a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -143,40 +143,7 @@
             ],
         },
         windows: {
-            cflags: [
-                "-DTARGET_OS_WIN32",
-                "-D_CONSOLE",
-                "-DPLATFORM_NO_STRSEP",
-                "-DPLATFORM_NO_EPIPE",
-                "-DPLATFORM_NO_RLIMIT",
-                "-DPID_FILE=\"\"",
-                "-DUNICODE",
-                "-D_UNICODE",
-                "-D_LEGACY_NAT_TRAVERSAL",
-                "-Wno-empty-body",
-            ],
-
-            ldflags: ["-municode"],
-            host_ldlibs: [
-                "-lws2_32",
-                "-liphlpapi",
-                "-lpowrprof",
-                "-lnetapi32",
-            ],
-
-            srcs: [
-                "mDNSWindows/SystemService/main.c",
-                "mDNSWindows/SystemService/Service.c",
-                "mDNSWindows/SystemService/EventLog.mc",
-                "mDNSWindows/Secret.c",
-                "mDNSWindows/mDNSWin32.c",
-                "mDNSShared/DebugServices.c",
-                "android/windows_firewall_dummy.c",
-            ],
-
-            local_include_dirs: [
-                "mDNSWindows/SystemService",
-            ],
+            enabled: false,
         },
     },