sdm660-common: Convert remaining configstore settings to props

Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
This commit is contained in:
LuK1337 2019-09-25 18:42:24 +02:00 committed by Max Weffers
parent 5b14f5dd93
commit 3002ad84da
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 2 additions and 4 deletions

View file

@ -158,14 +158,10 @@ TARGET_HW_DISK_ENCRYPTION := true
# Display
BOARD_USES_ADRENO := true
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
TARGET_USES_HWC2 := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_ION := true
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# DRM

View file

@ -284,6 +284,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
# SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.surface_flinger.protected_contents=true
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
ro.surface_flinger.max_virtual_display_dimension=4096
#Storaged
PRODUCT_PROPERTY_OVERRIDES += \