summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:24:17 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:24:17 +0200
commitb7def61d92368c71680fac59048a251b4f4d7d57 (patch)
treebfda475401b796d8446634ef2d17c5cb06f24664 /opengl
parent77561dae684892fc6977216621cb72b7be8bf64e (diff)
parente34afe0a4bd8092cca89a607c994124a9ddb28b9 (diff)
downloadframeworks_native-replicant-6.0.zip
frameworks_native-replicant-6.0.tar.gz
frameworks_native-replicant-6.0.tar.bz2
Merge branch 'cm-13.0' of https://github.com/LineageOS/android_frameworks_native into replicant-6.0HEADreplicant-6.0-0001replicant-6.0
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index 870c2bd..3d2b8cf 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -47,9 +47,6 @@ LOCAL_CFLAGS += -DEGL_TRACE=1
ifeq ($(BOARD_ALLOW_EGL_HIBERNATION),true)
LOCAL_CFLAGS += -DBOARD_ALLOW_EGL_HIBERNATION
endif
-ifeq ($(TARGET_BOARD_PLATFORM), omap4)
- LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
-endif
ifeq ($(BOARD_EGL_WORKAROUND_BUG_10194508),true)
LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
endif