aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2012-07-27 10:43:06 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2012-07-27 10:43:29 +0200
commitd0416c66a14c83c20a4e9a0964afb3ae4a4566fd (patch)
tree061ecbfa9cb652e86492895d14e38fc9477fe486
parent76bed4d6a3ab10a17e8a30100aa423fd739e61f8 (diff)
downloadsnowball-d0416c66a14c83c20a4e9a0964afb3ae4a4566fd.tar.gz
snowball: Set screen dpi=120 to boot to Tablet UI
Change-Id: I5c2629bf33cdb0e36a15ef1ef3f304f955e3537b Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2d1738e..355841a 100644
--- a/device.mk
+++ b/device.mk
@@ -49,7 +49,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
make_ext4fs
+# Enable the software graphics work around (hack)
PRODUCT_PROPERTY_OVERRIDES += \
ro.nohardwaregfx=true
+# Set screen DPI to 120 to boot into tablet GUI
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.sf.lcd_density = 120
+
$(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)