aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp18
1 files changed, 0 insertions, 18 deletions
diff --git a/Android.bp b/Android.bp
index c3f60d3..1d44087 100644
--- a/Android.bp
+++ b/Android.bp
@@ -185,21 +185,3 @@ cc_library {
"//packages/modules/adb:__subpackages__",
],
}
-
-//###########################
-
-cc_binary {
- name: "dnssd",
- defaults: ["mdnsresponder_default_cflags"],
- srcs: [
- "Clients/dns-sd.c",
- "Clients/ClientCommon.c",
- ],
-
- system_shared_libs: ["libc", "libdl"],
- shared_libs: [
- "libmdnssd",
- "libcutils",
- "liblog",
- ],
-}