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

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

Fix GCC build

Change-Id: I990993b8b751bdaf41ce4db1aa7e28823f296777
parent 562bb9f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -87,6 +87,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 \