From 4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e Mon Sep 17 00:00:00 2001
From: Jeff Sharkey <jsharkey@android.com>
Date: Fri, 20 Sep 2013 17:28:22 -0700
Subject: [PATCH] Fix Mac builds.

Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
---
 libcutils/Android.mk | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 0fd5a57e03..5281385149 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -65,12 +65,6 @@ ifneq ($(strip $(USE_MINGW)),)
     WINDOWS_HOST_ONLY := 1
 endif
 
-ifneq ($(WINDOWS_HOST_ONLY),1)
-    commonSources += \
-        fs.c \
-        multiuser.c
-endif
-
 
 # Static library for host
 # ========================================================
@@ -107,7 +101,9 @@ LOCAL_SRC_FILES := $(commonSources) \
         android_reboot.c \
         ashmem-dev.c \
         debugger.c \
+        fs.c \
         klog.c \
+        multiuser.c \
         partition_utils.c \
         properties.c \
         qtaguid.c \
-- 
GitLab