commit | 04511126a6e127705abce84735a3fe4eb48d882c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jun 04 01:39:29 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Jun 04 01:39:29 2014 +0000 |
tree | 30b881465961b01c2d25dfe3d2cba71646274080 | |
parent | 2e389193b01adb2d8f75e6c4038caaab4334b3ab [diff] | |
parent | d586e356526b77d3d64d4d247cd8f8e0871824d5 [diff] |
am d586e356: Merge "Fix build." * commit 'd586e356526b77d3d64d4d247cd8f8e0871824d5': 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