Fix Mac builds.
Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
This commit is contained in:
parent
44d6342caa
commit
4481c325b1
1 changed files with 2 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue