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

Commit 20b89a97 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Make build warnings be errors

Change-Id: I207ec8e429bad1fe6bb3821892670af47f15b1d6
parent f4044e89
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := register.cpp
LOCAL_MODULE := libregistermsext
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror -Wall
include $(BUILD_STATIC_LIBRARY)
endif

@@ -39,4 +40,6 @@ LOCAL_32_BIT_ONLY := true

LOCAL_INIT_RC := mediaserver.rc

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_EXECUTABLE)
+2 −0
Original line number Diff line number Diff line
@@ -36,4 +36,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= libradio

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_SHARED_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -35,4 +35,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= libsoundtrigger

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_SHARED_LIBRARY)
+2 −2
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ LOCAL_SRC_FILES := \

LOCAL_MODULE := fir

include $(BUILD_HOST_EXECUTABLE)

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_HOST_EXECUTABLE)