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

Commit 967bb181 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix GCC build"

parents f7fea166 c90ed759
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,10 @@ hwui_cflags := \
    -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\" \
    -Wall -Wno-unused-parameter -Wunreachable-code -Werror

# GCC false-positives on this warning, and since we -Werror that's
# a problem
hwui_cflags += -Wno-free-nonheap-object

ifeq (true, $(HWUI_NEW_OPS))
    hwui_src_files += \
        BakedOpRenderer.cpp \