(Probably) fix the mac build.
Change-Id: I4209f2d66d8701df2f32dcfb79abea9ea6d3dc69
This commit is contained in:
parent
2de01f5a99
commit
728b13f08d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue