sdm710-common: Define display features via property
Android 10 deprecates the ConfigStore HAL as we can see here: https://source.android.com/devices/architecture/configuration Signed-off-by: Mesquita <mickaelmendes50@gmail.com> Change-Id: Ia9d862190e0da544096023b28f18323c58352546 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
986619b274
commit
02b355647f
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ PRODUCT_PACKAGES += \
|
||||||
memtrack.sdm710 \
|
memtrack.sdm710 \
|
||||||
vendor.qti.hardware.display.allocator@1.0-service
|
vendor.qti.hardware.display.allocator@1.0-service
|
||||||
|
|
||||||
|
PRODUCT_DEFAULT_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
|
||||||
|
|
||||||
# Health
|
# Health
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.health@2.1-impl-qti \
|
android.hardware.health@2.1-impl-qti \
|
||||||
|
|
Loading…
Reference in a new issue