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

Commit dfde4866 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

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

am: 45993ad8

* commit '45993ad8':
  Revert "Make build warnings be errors"
parents 436f5bd0 45993ad8
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)