Skip to content
Snippets Groups Projects
Commit 613418aa authored by Dhina17's avatar Dhina17
Browse files

onclite: Move ConfigStore flags to system properties


* In Android 10, ConfigStore HAL is replaced by System properties
  But Still ConfigStore is alive to support legacy vendor partitions

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 3a4b4d41
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,6 @@ ifeq ($(HOST_OS),linux)
endif
# Display
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
TARGET_USES_ION := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_HWC2 := true
......
......@@ -188,6 +188,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.fuse_sdcard=true
# SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.surface_flinger.force_hwc_copy_for_virtual_displays = true \
ro.surface_flinger.max_virtual_display_dimension = 4096
# Thermal
PRODUCT_PROPERTY_OVERRIDES += \
sys.thermal.data.path=/data/vendor/thermal/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment