diff options
| author | 2017-04-19 22:37:06 +0000 | |
|---|---|---|
| committer | 2017-04-26 00:47:42 +0000 | |
| commit | 005275d238454dcadc21f4946d4104380f691b24 (patch) | |
| tree | 6a662167c71db0d58dcca707ac4b44fe7c7e8ac1 | |
| parent | a35e4e5584e219771d007335eb615b2762bd80ef (diff) | |
Revert "Temporarily enable GL validation"
Fixes: 35387665
Test: none
This reverts commit b5544d0308613dbcfee5d27f26bda2248d0a5e33.
Change-Id: I4cf3fa0c65aaee38d0fa9cfea15b72c8ef42acb1
| -rw-r--r-- | libs/hwui/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index fde0e4760d61..5ef49dc5fecd 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk @@ -7,7 +7,7 @@ BUGREPORT_FONT_CACHE_USAGE := false # Enables fine-grained GLES error checking # If set to true, every GLES call is wrapped & error checked # Has moderate overhead -HWUI_ENABLE_OPENGL_VALIDATION := true +HWUI_ENABLE_OPENGL_VALIDATION := false hwui_src_files := \ hwui/Bitmap.cpp \ |