summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i9100.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/i9100.mk b/i9100.mk
index 1058c62..d23d19c 100644
--- a/i9100.mk
+++ b/i9100.mk
@@ -22,6 +22,14 @@ LOCAL_PATH := device/samsung/i9100
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
+# This device is hdpi.
+PRODUCT_AAPT_CONFIG := normal hdpi
+PRODUCT_AAPT_PREF_CONFIG := hdpi
+PRODUCT_LOCALES += hdpi
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.sf.lcd_density=240
+
# Keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/usr/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \