Merge "Panda: Set the lcd density to 160"
diff --git a/device.mk b/device.mk
index 2eaad17..e04afa2 100644
--- a/device.mk
+++ b/device.mk
@@ -84,6 +84,9 @@
 	system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \
 	system/extras/bugmailer/send_bug:system/bin/send_bug
 
+PRODUCT_PROPERTY_OVERRIDES += \
+	ro.sf.lcd_density=160
+
 $(call inherit-product-if-exists, vendor/ti/panda/device-vendor.mk)
 $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)
 $(call inherit-product, hardware/ti/omap4xxx/omap4.mk)