aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/main.h
diff options
context:
space:
mode:
authorRobert Ginda <rginda@chromium.org>2015-08-04 14:46:50 -0700
committerRobert Ginda <rginda@chromium.org>2015-08-12 10:17:31 -0700
commitc336c7e25c91352c311e3da8f1b881d4e1875b2c (patch)
treeee6b640d838c8f5c0879f8e625402c0325407045 /avahi-daemon/main.h
parent887640e5abc02caf2ed27b045b6a0ffe5af4c9ec (diff)
downloadavahi-c336c7e25c91352c311e3da8f1b881d4e1875b2c.tar.gz
Initial add of Android.mk files.
These files were initially generated by the third party "androgenizer", but then updated and cleaned up by hand. The changes to the generated files were: * Hand edited some Android.mk files to add the lib prefix, changed build types, fix references to the dbus library. * Remove Android.mk files for avahi-glib and avahi-gobject since we're not going to need them. * Remove outdated LOCAL_PRELINK_MODULE variable. * Remove LOCAL_MODULE_TAGS from static modules. * Convert literal tabs to 4 spaces. * Dump a warning and exit from update_android_mk.sh, since we've diverged from the generated output. Change user/group (in config.h) from "avahi" to "system". Bug: 22827641 Change-Id: I84c3d7a96e091797f4380003045836f8183531ad
Diffstat (limited to 'avahi-daemon/main.h')
-rw-r--r--avahi-daemon/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/avahi-daemon/main.h b/avahi-daemon/main.h
index ef04c2d..4d10b83 100644
--- a/avahi-daemon/main.h
+++ b/avahi-daemon/main.h
@@ -28,4 +28,8 @@ extern AvahiSimplePoll *simple_poll_api;
extern int nss_support;
+#ifdef BUILD_AS_ANDROID_SERVICE
+int avahi_main(int argc, char *argv[]);
+#endif
+
#endif