commit | d586e356526b77d3d64d4d247cd8f8e0871824d5 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jun 04 01:17:06 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 04 01:17:07 2014 +0000 |
tree | 22b490ebf3bc8799511b5e9a9f110a52e28e4169 | |
parent | a8a7f001f142a77a2c406455ace4a8c00e692111 [diff] | |
parent | e942d1f9ea3c7a5da6a9abab4ae17f06bd642c9a [diff] |
Merge "Fix build."
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 3a3f4c5..20ad7ea 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk
@@ -56,7 +56,6 @@ ifneq ($(WINDOWS_HOST_ONLY),1) commonSources += \ - ashmem-host.cc \ fs.c \ multiuser.c \ socket_inaddr_any_server.c \ @@ -67,6 +66,9 @@ socket_network_client.c \ sockets.c \ + commonHostSources += \ + ashmem-host.c + endif