diff options
| author | 2016-02-25 15:02:02 -0800 | |
|---|---|---|
| committer | 2016-02-25 15:03:48 -0800 | |
| commit | 0bed032eb2d19c339ecaa89a6e3159c0e2ac98de (patch) | |
| tree | cb311d1c1b24d4c854ee8eea0d4e9ff7a49caa00 /libs | |
| parent | 596e1d3b7a7080b44a293095d81a61175ac60c49 (diff) | |
Disable HWUI_NEW_OPS
Bug: 27365711
Change-Id: Ife7ecc7c688738df4028f30847a2ff914e433b99
Diffstat (limited to 'libs')
| -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 da7b7fb55330..8831bafd43d7 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk @@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk -HWUI_NEW_OPS := true +HWUI_NEW_OPS := false # Enables fine-grained GLES error checking # If set to true, every GLES call is wrapped & error checked |