diff --git a/device.mk b/device.mk index 373d9ac..2475087 100644 --- a/device.mk +++ b/device.mk @@ -23,6 +23,15 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) # Call the proprietary setup $(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk) +# Boot animation +TARGET_SCREEN_HEIGHT := 2340 +TARGET_SCREEN_WIDTH := 1080 + +# Screen density +PRODUCT_AAPT_CONFIG := normal +PRODUCT_AAPT_PREF_CONFIG := xxhdpi +TARGET_SCREEN_DENSITY := 440 + # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH)