You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
471 B
Makefile
18 lines
471 B
Makefile
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 1280
|
|
TARGET_SCREEN_WIDTH := 720
|
|
|
|
# Panel
|
|
PRODUCT_PACKAGES += \
|
|
pp_calib_data_booyi_OTM1287_720p_video_mode_dsi_panel.xml
|
|
|
|
# Screen density
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.sf.lcd_density=320
|
|
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
|
$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk)
|