Merge "Fix build."

This commit is contained in:
Mathieu Chartier 2014-06-04 01:17:06 +00:00 committed by Gerrit Code Review
commit d586e35652
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