Merge "Turn off HWUI_ENABLE_OPENGL_VALIDATION" into nyc-dev

am: b8563f1

* commit 'b8563f1ae4c56da7ca7839739c1427ed0ca6a281':
  Turn off HWUI_ENABLE_OPENGL_VALIDATION

Change-Id: I9f46cbffaa702e62310dc4dfccb4b4c004206bf3
This commit is contained in:
John Reck
2016-04-15 20:20:50 +00:00
committed by android-build-merger

View File

@@ -7,7 +7,7 @@ HWUI_NEW_OPS := true
# Enables fine-grained GLES error checking # Enables fine-grained GLES error checking
# If set to true, every GLES call is wrapped & error checked # If set to true, every GLES call is wrapped & error checked
# Has moderate overhead # Has moderate overhead
HWUI_ENABLE_OPENGL_VALIDATION := true HWUI_ENABLE_OPENGL_VALIDATION := false
hwui_src_files := \ hwui_src_files := \
font/CacheTexture.cpp \ font/CacheTexture.cpp \