From 4bcf02ae361c70b8a9a9b4579d8b02fcb66e30c6 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 29 Aug 2013 03:14:50 +0100 Subject: hwui: Disable partial invalidations The property to disable usage of dirty regions has changed, adjust to the current one to fully disable them. Change-Id: Iabe4d57a4f6ccd99ae7cae798c7dce76a02580cd --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 09872b9..b7b924d 100644 --- a/common.mk +++ b/common.mk @@ -150,7 +150,7 @@ PRODUCT_COPY_FILES += \ # Graphics PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=131072 \ - hwui.render_dirty_regions=false \ + debug.hwui.render_dirty_regions=false \ ro.bq.gpu_to_cpu_unsupported=1 PRODUCT_TAGS += dalvik.gc.type-precise -- cgit v1.1