diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 0fd5a57e03a794690342904c1211f378c895fc68..52813851498d0819d7da3b7285f26b6fee699d90 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 \