am 8ffc2346: am 6e79cb81: Enable OMAP4 SGX workaround for OMAP3 too

* commit '8ffc2346b86ef5a0d686b43229d2bbd70545a208':
  Enable OMAP4 SGX workaround for OMAP3 too
This commit is contained in:
Simon Wilson 2014-03-04 01:00:23 +00:00 committed by Android Git Automerger
commit 08d6aa9a90
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ LOCAL_CFLAGS += -DEGL_TRACE=1
ifeq ($(BOARD_ALLOW_EGL_HIBERNATION),true)
LOCAL_CFLAGS += -DBOARD_ALLOW_EGL_HIBERNATION
endif
ifeq ($(TARGET_BOARD_PLATFORM), omap4)
ifneq ($(filter omap3 omap4,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
endif
ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),)