From 9af9b6902e74cb496e5bc5f2c0d900808e0ab6ab Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sat, 2 Nov 2013 17:43:31 +0000 Subject: Updates for 11.0 Change-Id: Ie3388de4e91262b7b8cd5c6949b9575e282baf1b --- common.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 94f9d5d..c71abb5 100644 --- a/common.mk +++ b/common.mk @@ -48,10 +48,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/98netflix:system/etc/init.d/98netflix -# Bluetooth configuration files -PRODUCT_COPY_FILES += \ - system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf - # Wifi PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf @@ -152,7 +148,9 @@ PRODUCT_COPY_FILES += \ # Graphics PRODUCT_PROPERTY_OVERRIDES += \ + ro.zygote.disable_gl_preload=1 \ ro.opengles.version=131072 \ + ro.bq.gpu_to_cpu_unsupported=1 \ debug.hwui.render_dirty_regions=false PRODUCT_TAGS += dalvik.gc.type-precise -- cgit v1.1