Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #233 from xeonchen/bug-1115480
Browse files Browse the repository at this point in the history
Bug 1115480 - Part 0: Add libmdnssd.so to gecko library dependent list; r=mwu
  • Loading branch information
rvandermeulen committed Jun 3, 2015
2 parents fffc685 + 41f6940 commit 5deaf27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Android.mk
Expand Up @@ -258,6 +258,10 @@ ifneq ($(wildcard external/dbus),)
GECKO_LIB_DEPS += libdbus.so
endif

ifneq ($(PLATFORM_SDK_VERSION),15)
GECKO_LIB_DEPS += libmdnssd.so
endif

ifneq ($(wildcard system/core/libsuspend),)
GECKO_LIB_DEPS += libsuspend.so
endif
Expand Down

0 comments on commit 5deaf27

Please sign in to comment.