sdm710-common: move graphics props from vendor to product
This commit is contained in:
parent
868da84395
commit
dfda6c76d8
2 changed files with 6 additions and 6 deletions
|
@ -20,6 +20,12 @@ dalvik.vm.dex2oat64.enabled=true
|
|||
vendor.bluetooth.soc=cherokee
|
||||
ro.vendor.fm.use_audio_session=true
|
||||
|
||||
# Graphics
|
||||
debug.egl.hw=0
|
||||
ro.opengles.version=196610
|
||||
ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
|
||||
# IORap
|
||||
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
|
||||
|
||||
|
|
|
@ -109,12 +109,6 @@ vendor.display.enable_default_color_mode=1
|
|||
# Factory Reset Protection
|
||||
ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
||||
|
||||
# Graphics
|
||||
ro.hardware.vulkan=adreno
|
||||
ro.hardware.egl=adreno
|
||||
ro.opengles.version=196610
|
||||
debug.egl.hw=0
|
||||
|
||||
# Media
|
||||
debug.stagefright.omx_default_rank=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue