diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-20 17:28:22 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-09-20 17:35:15 -0700 |
commit | 4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e (patch) | |
tree | 0b137bc535133e265c7319ae2d297ef7ef242ee5 /libcutils | |
parent | 44d6342caa0db1f613809e9ba1ea8d9af0183b74 (diff) | |
download | system_core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.zip system_core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.tar.gz system_core-4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e.tar.bz2 |
Fix Mac builds.
Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/Android.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 0fd5a57..5281385 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 \ |