libgui: enable EGL_fence_sync usage for exynos5
Bug: 6876502 Change-Id: I2ec2800881dcba9e4f6ff32ffa1341a2de01f0a2
This commit is contained in:
parent
b6ae16f04e
commit
12bd497f28
@ -44,6 +44,9 @@ endif
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||
endif
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), exynos5)
|
||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||
endif
|
||||
ifneq ($(filter generic%,$(TARGET_DEVICE)),)
|
||||
# Emulator build
|
||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||
|
Loading…
Reference in New Issue
Block a user