From 0607cc2b4c09b08c0b7205e6bf2c2f3431a498c1 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Fri, 25 Oct 2013 23:44:05 +0100 Subject: Get rid of the gfx buffer workarounds Concurrent buffers are now working, we don't need this crap anymore Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641 --- common.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 97acff6..94f9d5d 100644 --- a/common.mk +++ b/common.mk @@ -153,8 +153,7 @@ PRODUCT_COPY_FILES += \ # Graphics PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=131072 \ - debug.hwui.render_dirty_regions=false \ - ro.bq.gpu_to_cpu_unsupported=1 + debug.hwui.render_dirty_regions=false PRODUCT_TAGS += dalvik.gc.type-precise -- cgit v1.1