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

Commit 984b4f2d authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Revert "Make build warnings be errors"

This reverts commit 20b89a97.

Change-Id: I8d840d89bb1eaaa33af64fa04dd422f56b4c2a58
parent 20b89a97
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)