diff options
| -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 \ |