mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2024-11-25 19:15:42 +00:00
grus: Add HDR and AOSP color props
* From alioth Change-Id: I8a546c2a2abdad2671aced7325f4ebf0f4b06a80
This commit is contained in:
parent
4e2edd2bb9
commit
21ae71d331
@ -17,5 +17,8 @@ TARGET_SCREEN_DENSITY := 440
|
|||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG += xiaomi/grus.config
|
TARGET_KERNEL_CONFIG += xiaomi/grus.config
|
||||||
|
|
||||||
|
# Properties
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
||||||
# Inherit from the proprietary version
|
# Inherit from the proprietary version
|
||||||
include vendor/xiaomi/grus/BoardConfigVendor.mk
|
include vendor/xiaomi/grus/BoardConfigVendor.mk
|
||||||
|
5
vendor.prop
Normal file
5
vendor.prop
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Display
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user