am 4481c325: Fix Mac builds.
* commit '4481c325b16d4a42fd0ebf4c8a2bb5bcc09daf5e': Fix Mac builds.
This commit is contained in:
commit
68955fc82e
1 changed files with 2 additions and 6 deletions
|
|
@ -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) \
|
||||||
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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue