summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2014-03-04 01:00:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-04 01:00:23 +0000
commit08d6aa9a908aae214fc36bcc0469dc8f0dbb3ac8 (patch)
treeb05fe3367aa3818267760cd13203f7931991a693 /opengl
parentc0308d760045fc6c64cceba0e93757cd91ecf059 (diff)
parent8ffc2346b86ef5a0d686b43229d2bbd70545a208 (diff)
downloadframeworks_native-08d6aa9a908aae214fc36bcc0469dc8f0dbb3ac8.zip
frameworks_native-08d6aa9a908aae214fc36bcc0469dc8f0dbb3ac8.tar.gz
frameworks_native-08d6aa9a908aae214fc36bcc0469dc8f0dbb3ac8.tar.bz2
am 8ffc2346: am 6e79cb81: Enable OMAP4 SGX workaround for OMAP3 too
* commit '8ffc2346b86ef5a0d686b43229d2bbd70545a208': 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 528b983..7328a1d 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
-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),)