am 04511126: am d586e356: Merge "Fix build."

* commit '04511126a6e127705abce84735a3fe4eb48d882c':
  Fix build.
This commit is contained in:
Mathieu Chartier 2014-06-04 01:42:00 +00:00 committed by Android Git Automerger
commit 39526f7740

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