summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2014-05-29 17:58:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-29 17:58:30 +0000
commit7ef56b7315f2c6c9f9d64d0c26883a3cf7fc1794 (patch)
tree27fe8e1dcfd2ec6f3c68404ed334b289001790cc /opengl
parent5cd72e457e8f301b2a73f8046719a0e3e5788e13 (diff)
parentad8d25e812d8842298de92657158a0325c42cdbd (diff)
downloadframeworks_native-7ef56b7315f2c6c9f9d64d0c26883a3cf7fc1794.zip
frameworks_native-7ef56b7315f2c6c9f9d64d0c26883a3cf7fc1794.tar.gz
frameworks_native-7ef56b7315f2c6c9f9d64d0c26883a3cf7fc1794.tar.bz2
am ad8d25e8: am 90654afb: Revert "Enable OMAP4 SGX workaround for OMAP3 too"
* commit 'ad8d25e812d8842298de92657158a0325c42cdbd': Revert "Enable OMAP4 SGX workaround for OMAP3 too"
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index 35feb61..6b90243 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -47,7 +47,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),)