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

Commit aa25e2b0 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

hwui: Apply hwui qcom fixes to all adreno-bearing hardware

Even if the device doesn't fully use the qcom stack, changes to
libhwui are generally workarounds for adreno-specific issues and
apply across the board without other dependencies

Change-Id: I10455ebf09c1d00762b06e3c092398604bb39796
parent e0cfde1b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,6 +83,10 @@ ifeq ($(USE_OPENGL_RENDERER),true)
		LOCAL_CFLAGS += -fno-omit-frame-pointer -marm -mapcs
	endif

	ifeq ($(call is-vendor-board-platform,QCOM),true)
		LOCAL_CFLAGS += -DQCOM_HARDWARE
	endif

	include $(BUILD_SHARED_LIBRARY)

	include $(call all-makefiles-under,$(LOCAL_PATH))