aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-05 15:31:29 +0000
committerElliott Hughes <enh@google.com>2024-04-05 15:31:29 +0000
commit20f89f604b08654a2c3e88013b5adec798d499e8 (patch)
treeae03dbb04b1f0d7fd885a0faf78204e6daa1f08f
parent4d590a2af4635249bc6e4022c7e819ade1fe659b (diff)
downloadmdnsresponder-20f89f604b08654a2c3e88013b5adec798d499e8.tar.gz
Remove dnssd module.
Nothing uses this. Change-Id: I4bbb8510b7c8acfdaa87ad7b0f47b17457593235
-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",
- ],
-}