vendor: add dpi for xxxhdpi devices and push up other due....
that LP simply has way smaller fonts. The new value equals optically
now same as it was with the old value on KitKat
Change-Id: If802dfe964e84f33f88266d0735cdba1a81e4838
diff --git a/tools/slim_process_props.py b/tools/slim_process_props.py
index 653110f..71eeff3 100755
--- a/tools/slim_process_props.py
+++ b/tools/slim_process_props.py
@@ -23,8 +23,8 @@
from post_process_props import PropFile, validate
-lcd_changer = {"213": "182", "240": "182",
- "320": "245", "480": "370"}
+lcd_changer = {"213": "182", "240": "200",
+ "320": "280", "480": "400", "560" : "493"}
def mangle_build_prop(prop):