Merge "Fix Darwin build caused by -Wunused-parameter."
This commit is contained in:
commit
6698ebf928
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ LOCAL_SRC_FILES:= $(commonSources)
|
|||
ifeq ($(HOST_OS), linux)
|
||||
LOCAL_SRC_FILES += Looper.cpp
|
||||
endif
|
||||
ifeq ($(HOST_OS),darwin)
|
||||
LOCAL_CFLAGS += -Wno-unused-parameter
|
||||
endif
|
||||
LOCAL_MODULE:= libutils
|
||||
LOCAL_STATIC_LIBRARIES := liblog
|
||||
LOCAL_CFLAGS += $(host_commonCflags)
|
||||
|
|
Loading…
Reference in a new issue