aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-05 18:14:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-05 18:14:57 +0000
commit5ead251210e83452e3b416d5305019d7261bbed4 (patch)
treeae03dbb04b1f0d7fd885a0faf78204e6daa1f08f
parent4d590a2af4635249bc6e4022c7e819ade1fe659b (diff)
parent20f89f604b08654a2c3e88013b5adec798d499e8 (diff)
downloadmdnsresponder-master.tar.gz
Merge "Remove dnssd module." into mainHEADmastermain
-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",
- ],
-}