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

Commit b37009fa authored by Tim Murray's avatar Tim Murray
Browse files

Fix Darwin build caused by -Wunused-parameter.

bug 16172793

Change-Id: I1d0514c00085cb5d18ebdd064e96885d6eaa1e59
parent d629c789
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)