diff --git a/device.mk b/device.mk index 11deb54..9473000 100644 --- a/device.mk +++ b/device.mk @@ -26,6 +26,9 @@ PRODUCT_SHIPPING_API_LEVEL := 29 # Fingerprint TARGET_HAS_FOD := true +# Properties +-include $(LOCAL_PATH)/properties.mk + # Inherit from sm7250-common $(call inherit-product, device/xiaomi/sm7250-common/lito.mk) diff --git a/properties.mk b/properties.mk new file mode 100644 index 0000000..26075b4 --- /dev/null +++ b/properties.mk @@ -0,0 +1,6 @@ +# Display +PRODUCT_PROPERTY_OVERRIDES += \ +ro.surface_flinger.has_HDR_display=true \ +ro.surface_flinger.has_wide_color_display=true \ +ro.surface_flinger.use_color_management=true \ +ro.surface_flinger.wcg_composition_dataspace=143261696 \ No newline at end of file