diff options
author | Simon Wilson <simonwilson@google.com> | 2014-05-29 08:49:51 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2014-05-29 08:55:27 -0700 |
commit | 90654afb3aeac78916f2a53fe689a087c0e283c9 (patch) | |
tree | 3ed74782f4da0a43a9f1ac6cba9937ba58efff54 /opengl/libs | |
parent | 9dcd38ad3b8335308b59932718e3f145aa50d318 (diff) | |
download | frameworks_native-90654afb3aeac78916f2a53fe689a087c0e283c9.zip frameworks_native-90654afb3aeac78916f2a53fe689a087c0e283c9.tar.gz frameworks_native-90654afb3aeac78916f2a53fe689a087c0e283c9.tar.bz2 |
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
Diffstat (limited to 'opengl/libs')
-rw-r--r-- | opengl/libs/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk index 7328a1d..528b983 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),) |