From 90654afb3aeac78916f2a53fe689a087c0e283c9 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Thu, 29 May 2014 08:49:51 -0700 Subject: [PATCH] Revert "Enable OMAP4 SGX workaround for OMAP3 too" Since the new TI SGX DDK 1.12 has fixed support for RGBA8888, the workaround can be reverted. This may help with CTS issues. Bug: 14995811 This reverts commit 6e79cb81d02984c9f7ac0586078f947c94c56c2a. Change-Id: Id8160ebe577d7009d2dd5eb4501ec40356a4274d --- opengl/libs/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk index 7328a1d01..528b983dd 100644 --- a/opengl/libs/Android.mk +++ b/opengl/libs/Android.mk @@ -48,7 +48,7 @@ LOCAL_CFLAGS += -DEGL_TRACE=1 ifeq ($(BOARD_ALLOW_EGL_HIBERNATION),true) LOCAL_CFLAGS += -DBOARD_ALLOW_EGL_HIBERNATION endif -ifneq ($(filter omap3 omap4,$(TARGET_BOARD_PLATFORM)),) +ifeq ($(TARGET_BOARD_PLATFORM), omap4) LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1 endif ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),)