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

Commit 172b675b authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Make build warnings be errors""" into nyc-dev

parents 143d44b6 d7c2909c
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)