History log of /external/mdnsresponder/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
362e08783425519a06da07221ca6083a5944ed62 22-Oct-2015 Dan Willemsen <dwillemsen@google.com> Stop building __DATE__/__TIME__ into Android binaries

Since every build of this library will be different due to using
__DATE__/__TIME__, every OTA will need to patch these files.

Bug: 24204119
Change-Id: I27485995147c8fdda33f4e1c766cdc67732c653a
/external/mdnsresponder/Android.mk
78d5d1a84517065a8ae8f0cc325cf9461d18e8c2 14-Aug-2015 Tom Cherry <tomcherry@google.com> bundle init.rc contents with its service

Bug: 23186545
Change-Id: Iea18076deaf69813f3e1aeb6df5724e1513b1829
/external/mdnsresponder/Android.mk
90951c4b76cc581f32ccc7494c01faece6c3a521 11-Jun-2015 Dan Albert <danalbert@google.com> Lock mdnsresponder to gcc.

Bug: 21782759

uds_daemon.c explicitly dereferences a non-volatile null pointer.
Clang rather unhelpfully says "I know what you're trying to do, but
I'm going to optimize it away anyway". There's no way to disable this
behavior, so just stick with gcc.

Change-Id: I89e905eb9144abc2fd569db5f31273b84155049b
/external/mdnsresponder/Android.mk
8352d7a311ae3f7838cc9d9ee0d69625f73b89e6 21-Jan-2015 Dan Rodney <danrodney@google.com> resolved conflicts for merge of af2bd086 to lmp-mr1-dev-plus-aosp

Change-Id: Ic8655447bac2d8a780fd21293cc3ccaa320d4eb8
af2bd0869f68c9ab48c2a5bb7ffd2fda78789666 19-Jan-2015 Dan Rodney <danrodney@google.com> Turning off mDNS logging. Updating comment.

Bug: 19048572
Change-Id: Ic884b77152477c154b0701b44a1b014d5039a7d0
/external/mdnsresponder/Android.mk
0bd2248708129c84d0c9b3dbb28fccfaa3565c36 13-Dec-2014 Elliott Hughes <enh@google.com> Fix x86 builds.

Change-Id: Id43c2ef453f9e65802c21f1f5fe8a547a6676e96
/external/mdnsresponder/Android.mk
8e64db4ca6e90440ceb2b1789c108e340260128e 13-Dec-2014 Elliott Hughes <enh@google.com> Properly merge 95c5a47184eacf12ea92c47846b5c461fd8b8360.

I basically just reverted 95c5a47184eacf12ea92c47846b5c461fd8b8360 internally,
but it's still in AOSP and so this patch attempts to resolve the conflict
properly by re-doing the change on top of the internal modifications.

Change-Id: Ibddc3926659ad8dfe65f49ce5ef2878c83ffebb3
/external/mdnsresponder/Android.mk
0b6b4e32c36ce143bfd095119b4939e4cf826021 10-Nov-2014 Joshua Melcon <jmelcon@google.com> Sync google3/third_party/mDNSResponder with this version.

This includes updating mDNSResponder to a more recent version.
Additionally, we introduce a make target that is suitable for
GmsCore to use. Soon GmsCore will embed a version of mDNS
locally for its 'Local App Connections API'.

Change-Id: I95c1e39beb45c06256b1c7959b34af24e827135a
/external/mdnsresponder/Android.mk
42215f99e0bec395497a4887b734f636d06659d4 25-Mar-2014 Alex Ray <aray@google.com> mdnsd: build static executable

mdnsd is used in the fastbootd image, which isn't loaded with dynamic libraries.

Change-Id: I082638163551d9042ec37b51d856463d801074f1
/external/mdnsresponder/Android.mk
b3d17cb51805748d57004390fce8baff1afa1a19 19-Mar-2014 Alex Ray <aray@google.com> libmdnssd: build static version

fastbootd uses libmdnssd for service discovery, so to statically build fastbootd
we need a static build of libmdnssd.

Change-Id: Iabc2b8d06a0fe32203cfa768ccb213fcd2bb1ae7
/external/mdnsresponder/Android.mk
c46f53f5e072f23051c4eedef730386f7634dc11 10-Apr-2013 Ying Wang <wangying@google.com> Add liblog

Bug: 8580410
Change-Id: I3aaea99b705b753ce78604ec5e5f38aabef011de
/external/mdnsresponder/Android.mk
afc86e3216439a9437ea54905853275111eac4e2 06-Apr-2012 Robert Greenwalt <rgreenwalt@google.com> Reduce MDNS logging

If it's compiled with no debugging turned on we should not log all
the info and warning and stuff.

Change-Id: Ifacfeca81d24a8a542e3ce2eb0684643eb35e166
/external/mdnsresponder/Android.mk
dd52342e088715929196886494c5055f9186d5c3 29-Mar-2012 Robert Greenwalt <rgreenwalt@google.com> Some fixes for Android

- Lets us not start as root and control who we switch to - switching
to "nobody" prevents us from opening sockets!
- Ratches down the debug output - packet debuggins is very verbose
- Removes some random debugging I'd added

Change-Id: I6d1acf9653dbf0d2c46f7e6081672f26982ffad4
/external/mdnsresponder/Android.mk