Skip to content
Snippets Groups Projects
Commit 4481c325 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Fix Mac builds.

Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
parent 44d6342c
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,6 @@ ifneq ($(strip $(USE_MINGW)),) ...@@ -65,12 +65,6 @@ ifneq ($(strip $(USE_MINGW)),)
WINDOWS_HOST_ONLY := 1 WINDOWS_HOST_ONLY := 1
endif endif
ifneq ($(WINDOWS_HOST_ONLY),1)
commonSources += \
fs.c \
multiuser.c
endif
# Static library for host # Static library for host
# ======================================================== # ========================================================
...@@ -107,7 +101,9 @@ LOCAL_SRC_FILES := $(commonSources) \ ...@@ -107,7 +101,9 @@ LOCAL_SRC_FILES := $(commonSources) \
android_reboot.c \ android_reboot.c \
ashmem-dev.c \ ashmem-dev.c \
debugger.c \ debugger.c \
fs.c \
klog.c \ klog.c \
multiuser.c \
partition_utils.c \ partition_utils.c \
properties.c \ properties.c \
qtaguid.c \ qtaguid.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment