sm8250-common: Import surface flinger props from OOS
Change-Id: Iac8f215d02b0873f51a9ab0e35f5a659393b75e6
This commit is contained in:
parent
1412004719
commit
22ab810b58
1 changed files with 10 additions and 0 deletions
10
common.mk
10
common.mk
|
@ -530,3 +530,13 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
PRODUCT_BUILD_SUPER_PARTITION := false
|
PRODUCT_BUILD_SUPER_PARTITION := false
|
||||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
|
|
||||||
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
|
||||||
|
ro.surface_flinger.has_HDR_display=true \
|
||||||
|
ro.surface_flinger.has_wide_color_display=true \
|
||||||
|
ro.surface_flinger.max_virtual_display_dimension=4096 \
|
||||||
|
ro.surface_flinger.protected_contents=true \
|
||||||
|
ro.surface_flinger.set_touch_timer_ms=200 \
|
||||||
|
ro.surface_flinger.use_color_management=true \
|
||||||
|
ro.surface_flinger.wcg_composition_dataspace=143261696
|
||||||
|
|
Loading…
Reference in a new issue