aboutsummaryrefslogtreecommitdiff
path: root/avahi-client
diff options
context:
space:
mode:
authorRobert Ginda <rginda@chromium.org>2015-08-04 13:33:53 -0700
committerRobert Ginda <rginda@chromium.org>2015-08-11 11:15:03 -0700
commit5178e7e24d625d2bfe940f977d2489d8b373baad (patch)
tree66e25cb08f86de18f478b7773fe27553a89e99f9 /avahi-client
parent6ae383f24246a37a63c793bf7971d50f05158a4d (diff)
downloadavahi-5178e7e24d625d2bfe940f977d2489d8b373baad.tar.gz
Apply patch 0001 from http://www.avahi.org/ticket/354
This applies Apply patch 0001 from http://www.avahi.org/ticket/354 "Add support for building on Android", by "asoliverez_ccu". This patch is applied without modification. I used this just as a first step to generate initial Android.mk files. In the followup "Android.mk tweaks" CL, I hand hacked them into submission. The steps are committed as separate CLs in case someone needs to rerun or retrace them in the future. Bug: 22827641 Change-Id: Iaefdbd5aa2ea497e06ba25700a326073fbffc018
Diffstat (limited to 'avahi-client')
-rw-r--r--avahi-client/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am
index f11b11d..40d3fe9 100644
--- a/avahi-client/Makefile.am
+++ b/avahi-client/Makefile.am
@@ -80,4 +80,13 @@ check_nss_test_LDADD += -ldl
libavahi_client_la_LIBADD += -ldl
endif
+Android.mk: Makefile.am
+ androgenizer -:PROJECT avahi -:SHARED avahi-client -:TAGS eng debug \
+ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
+ -:SOURCES $(libavahi_client_la_SOURCES) \
+ -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CFLAGS) $(libavahi_client_la_CFLAGS) \
+ -:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \
+ -:LDFLAGS $(libavahi_client_la_LIBADD) $(libavahi_client_la_LDADD) \
+ > $@
endif