sdm660-common: Convert remaining configstore settings to props
Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
This commit is contained in:
parent
5b14f5dd93
commit
3002ad84da
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue