Merge "libgui: enable EGL_fence_sync usage for exynos5" into jb-mr1-dev

This commit is contained in:
Jamie Gennis 2012-07-31 17:13:31 -07:00 committed by Android (Google) Code Review
commit 1dd2003f1a

View File

@ -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