products: op9: move TARGET_SCREEN_DENSITY definition to the device-tree
This is an odd place for this to be in and it isn't defined for the op9p, which causes density errors. Change-Id: I7267b0e9117469ff348892508feac8f0258b206f Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
parent
afb97aef92
commit
735a5c5a43
|
@ -39,7 +39,4 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
|
|||
# Boot animation resolution.
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
|
||||
# Display density
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue