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

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

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

parents 2c96c0e3 984b4f2d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := register.cpp
LOCAL_MODULE := libregistermsext
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror -Wall
include $(BUILD_STATIC_LIBRARY)
endif

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

LOCAL_INIT_RC := mediaserver.rc

LOCAL_CFLAGS := -Werror -Wall

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

LOCAL_MODULE:= libradio

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -35,6 +35,4 @@ 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

LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_HOST_EXECUTABLE)