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

Commit 9b2aba07 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am ec574408: Merge "(Probably) fix the mac build."

* commit 'ec574408':
  (Probably) fix the mac build.
parents 91080a42 ec574408
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@ endif
# ========================================================
# ========================================================
LOCAL_MODULE := libcutils
LOCAL_MODULE := libcutils
LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c
LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := liblog libbase
ifneq ($(HOST_OS),windows)
ifneq ($(HOST_OS),windows)
LOCAL_CFLAGS += -Werror
LOCAL_CFLAGS += -Werror
endif
endif