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

Commit 6698ebf9 authored by Tim Murray's avatar Tim Murray Committed by Gerrit Code Review
Browse files

Merge "Fix Darwin build caused by -Wunused-parameter."

parents d629c789 b37009fa
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)