am d586e356: Merge "Fix build."

* commit 'd586e356526b77d3d64d4d247cd8f8e0871824d5':
  Fix build.
This commit is contained in:
Mathieu Chartier 2014-06-04 01:39:29 +00:00 committed by Android Git Automerger
commit 04511126a6
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,6 @@ endif
ifneq ($(WINDOWS_HOST_ONLY),1)
commonSources += \
ashmem-host.cc \
fs.c \
multiuser.c \
socket_inaddr_any_server.c \
@ -67,6 +66,9 @@ ifneq ($(WINDOWS_HOST_ONLY),1)
socket_network_client.c \
sockets.c \
commonHostSources += \
ashmem-host.c
endif