summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey2013-09-20 19:28:22 -0500
committerJeff Sharkey2013-09-20 19:35:15 -0500
commit4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e (patch)
tree0b137bc535133e265c7319ae2d297ef7ef242ee5
parent44d6342caa0db1f613809e9ba1ea8d9af0183b74 (diff)
downloadplatform-system-core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.tar.gz
platform-system-core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.tar.xz
platform-system-core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.zip
Fix Mac builds.
Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
-rw-r--r--libcutils/Android.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 0fd5a57e0..528138514 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -65,12 +65,6 @@ ifneq ($(strip $(USE_MINGW)),)
65 WINDOWS_HOST_ONLY := 1 65 WINDOWS_HOST_ONLY := 1
66endif 66endif
67 67
68ifneq ($(WINDOWS_HOST_ONLY),1)
69 commonSources += \
70 fs.c \
71 multiuser.c
72endif
73
74 68
75# Static library for host 69# Static library for host
76# ======================================================== 70# ========================================================
@@ -107,7 +101,9 @@ LOCAL_SRC_FILES := $(commonSources) \
107 android_reboot.c \ 101 android_reboot.c \
108 ashmem-dev.c \ 102 ashmem-dev.c \
109 debugger.c \ 103 debugger.c \
104 fs.c \
110 klog.c \ 105 klog.c \
106 multiuser.c \
111 partition_utils.c \ 107 partition_utils.c \
112 properties.c \ 108 properties.c \
113 qtaguid.c \ 109 qtaguid.c \