summaryrefslogtreecommitdiff
path: root/bld
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2018-05-08 18:32:14 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2018-05-08 18:32:14 +0100
commit6b17335209639a56f214d011eaed4ebcde8dd276 (patch)
tree79810a017d758187475c36af54a3773f70c93198 /bld
parent07ed585c38d8f7c0a18470d2e79cf46ea92ea96a (diff)
downloaddnsmasq-6b17335209639a56f214d011eaed4ebcde8dd276.tar.gz
Add packet-dump debugging facility.
Diffstat (limited to 'bld')
-rw-r--r--bld/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/bld/Android.mk b/bld/Android.mk
index 80ec842..55e102e 100644
--- a/bld/Android.mk
+++ b/bld/Android.mk
@@ -10,7 +10,8 @@ LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
dhcp6.c rfc3315.c dhcp-common.c outpacket.c \
radv.c slaac.c auth.c ipset.c domain.c \
dnssec.c dnssec-openssl.c blockdata.c tables.c \
- loop.c inotify.c poll.c rrfilter.c edns0.c arp.c crypto.c
+ loop.c inotify.c poll.c rrfilter.c edns0.c arp.c \
+ crypto.c dump.c
LOCAL_MODULE := dnsmasq