Merge "Revert "Disable HWUI_NEW_OPS"" into nyc-dev am: 485e41d510
am: 831cf5c5b1
* commit '831cf5c5b10ddc18bad90a2546bed5835e1720cf':
Revert "Disable HWUI_NEW_OPS"
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
||||
|
||||
HWUI_NEW_OPS := false
|
||||
HWUI_NEW_OPS := true
|
||||
|
||||
# Enables fine-grained GLES error checking
|
||||
# If set to true, every GLES call is wrapped & error checked
|
||||
|
||||
Reference in New Issue
Block a user