summaryrefslogtreecommitdiff
path: root/opengl/libs/Android.mk
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2016-10-13 18:09:05 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-10-13 18:09:06 +0000
commit5586d34df6acfafeabdb6bb5cfa4865fc2546d64 (patch)
treea62a7f4993d5b1d59c6a9efd9b8cf1fb959a24c1 /opengl/libs/Android.mk
parent236c475de47a41df4dfab4c2716818dce5c12ffa (diff)
parente9cbb659a7c45481444e3d3cbb171fa3251d0cb8 (diff)
Merge "Remove EGL Hibernation" into nyc-mr1-dev-plus-aosp
Diffstat (limited to 'opengl/libs/Android.mk')
-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 f0ba7280db..4f7c7e456f 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -42,9 +42,6 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libEGL\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden
-ifeq ($(BOARD_ALLOW_EGL_HIBERNATION),true)
- LOCAL_CFLAGS += -DBOARD_ALLOW_EGL_HIBERNATION
-endif
ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),)
LOCAL_CFLAGS += -DMAX_EGL_CACHE_ENTRY_SIZE=$(MAX_EGL_CACHE_ENTRY_SIZE)
endif