am 497b044e: am 9b2aba07: am ec574408: Merge "(Probably) fix the mac build."

* commit '497b044e4bbb986cb612c3336e37ecbe472ca08e':
  (Probably) fix the mac build.
This commit is contained in:
Dan Albert 2015-03-24 02:59:29 +00:00 committed by Android Git Automerger
commit 33602c2cd1

View file

@ -68,7 +68,7 @@ endif
# ========================================================
LOCAL_MODULE := libcutils
LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := liblog libbase
ifneq ($(HOST_OS),windows)
LOCAL_CFLAGS += -Werror
endif