Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68955fc8 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 4481c325: Fix Mac builds.

* commit '4481c325':
  Fix Mac builds.
parents 9729b415 4481c325
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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 \