(Probably) fix the mac build.

Change-Id: I4209f2d66d8701df2f32dcfb79abea9ea6d3dc69
This commit is contained in:
Dan Albert 2015-03-23 14:48:05 -07:00
parent 2de01f5a99
commit 728b13f08d

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