Merge "libgui: enable EGL_fence_sync usage for exynos5" into jb-mr1-dev
This commit is contained in:
commit
1dd2003f1a
@ -44,6 +44,9 @@ endif
|
|||||||
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
||||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(TARGET_BOARD_PLATFORM), exynos5)
|
||||||
|
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||||
|
endif
|
||||||
ifneq ($(filter generic%,$(TARGET_DEVICE)),)
|
ifneq ($(filter generic%,$(TARGET_DEVICE)),)
|
||||||
# Emulator build
|
# Emulator build
|
||||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||||
|
Loading…
Reference in New Issue
Block a user