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

Commit 32360173 authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

Don't use fence sync for qcom legacy



Signed-off-by: default avatarMichael Bestas <mikeioannina@gmail.com>

Change-Id: Ifecc7af579bfde9d0a7daaaf528ea0773ce6ceb2
parent 42540451
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@ endif
ifeq ($(TARGET_BOARD_PLATFORM), tegra3)
	LOCAL_CFLAGS += -DDONT_USE_FENCE_SYNC
endif
ifeq ($(TARGET_QCOM_DISPLAY_VARIANT), legacy)
	LOCAL_CFLAGS += -DDONT_USE_FENCE_SYNC
endif

include $(BUILD_SHARED_LIBRARY)