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

Commit e6178208 authored by John Reck's avatar John Reck
Browse files

Disable -Werror on Clang

Bug: 21698669
Change-Id: I90549599ed52cff028a29f56d3d8ffe80c9afab4
parent e50b091d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -118,5 +118,9 @@ endif

# Defaults for ATRACE_TAG and LOG_TAG for libhwui
LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\"
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wunreachable-code

LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wunreachable-code
# b/21698669
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)
    LOCAL_CFLAGS += -Werror
endif