diff options
| author | 2016-02-25 15:02:02 -0800 | |
|---|---|---|
| committer | 2016-02-25 15:03:48 -0800 | |
| commit | 0bed032eb2d19c339ecaa89a6e3159c0e2ac98de (patch) | |
| tree | cb311d1c1b24d4c854ee8eea0d4e9ff7a49caa00 | |
| parent | 596e1d3b7a7080b44a293095d81a61175ac60c49 (diff) | |
Disable HWUI_NEW_OPS
Bug: 27365711
Change-Id: Ife7ecc7c688738df4028f30847a2ff914e433b99
| -rw-r--r-- | core/jni/Android.mk | 2 | ||||
| -rw-r--r-- | libs/hwui/Android.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/jni/Android.mk b/core/jni/Android.mk index 8b686b70041d..4be365944982 100644 --- a/core/jni/Android.mk +++ b/core/jni/Android.mk @@ -7,7 +7,7 @@ LOCAL_CFLAGS += -U__APPLE__ LOCAL_CFLAGS += -Wno-unused-parameter LOCAL_CFLAGS += -Wno-non-virtual-dtor LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses -LOCAL_CFLAGS += -DHWUI_NEW_OPS +#LOCAL_CFLAGS += -DHWUI_NEW_OPS LOCAL_CPPFLAGS += -Wno-conversion-null ifeq ($(TARGET_ARCH), arm) 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 |