Loading libs/hwui/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
libs/hwui/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading