aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-10-25 15:52:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-25 15:52:25 +0000
commita431f779e621856cc5fc7f0738105e548d67671a (patch)
treeb1d3613ea7c2083bba5a3cb476c1614e9926f162
parent4e0f3114536e1d26583e7b92a413981a54c2b5b0 (diff)
parent0b851e83278e4b12b9e8f98440b847c8a2a9e5c8 (diff)
downloadmdnsresponder-android-s-v2-preview-1.tar.gz
-rw-r--r--Android.bp35
1 files changed, 1 insertions, 34 deletions
diff --git a/Android.bp b/Android.bp
index 30cba16..70356a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -143,40 +143,7 @@ cc_binary {
],
},
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,
},
},