sdm660-common: clear properties, clear BoardConfig, update surface api properties
* kill not exist debug.media.codec2 * replace NUM_FRAMEBUFFER_SURFACE_BUFFERS with properties Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
aa804009da
commit
f6eb32a92c
3 changed files with 1 additions and 4 deletions
|
@ -83,7 +83,6 @@ TARGET_USES_GRALLOC4 := true
|
|||
TARGET_USES_HWC2 := true
|
||||
TARGET_USES_GRALLOC1 := true
|
||||
TARGET_USES_ION := true
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
|
||||
# Face Unlock
|
||||
TARGET_FACE_UNLOCK_SUPPORTED := true
|
||||
|
|
|
@ -76,6 +76,7 @@ debug.sf.enable_egl_image_tracker=true
|
|||
debug.sf.disable_backpressure=1
|
||||
debug.sf.enable_hwc_vds=0
|
||||
debug.sf.enable_transaction_tracing=false
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
ro.surface_flinger.max_virtual_display_dimension=4096
|
||||
|
||||
# Fling
|
||||
|
|
|
@ -122,9 +122,6 @@ persist.vendor.audio.spatializer.speaker_enabled=true
|
|||
# Camera
|
||||
vendor.camera.aux.packageblacklist=com.discord
|
||||
|
||||
# Codec2 switch
|
||||
debug.media.codec2=2
|
||||
|
||||
# Data
|
||||
persist.vendor.data.iwlan.enable=true
|
||||
persist.vendor.data.mode=concurrent
|
||||
|
|
Loading…
Reference in a new issue