diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-20 17:39:27 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-20 17:39:27 -0700 |
commit | 68955fc82edc2b4a3b61712a9fb9c80a705ba4c0 (patch) | |
tree | 32c63ccadbd0695800b2aab2c8246810d62b39ab /libcutils | |
parent | 9729b41574ca5e5e87c86b203a2096cbdc72cfea (diff) | |
parent | 4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e (diff) | |
download | core-68955fc82edc2b4a3b61712a9fb9c80a705ba4c0.tar.gz core-68955fc82edc2b4a3b61712a9fb9c80a705ba4c0.tar.bz2 core-68955fc82edc2b4a3b61712a9fb9c80a705ba4c0.zip |
am 4481c325: Fix Mac builds.
* commit '4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e':
Fix Mac builds.
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 0fd5a57e0..528138514 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 \ |