sdm710-common: move graphics props from vendor to product

This commit is contained in:
GiaSen 2022-01-15 05:09:15 -05:00 committed by Giammarco Senatore
parent 868da84395
commit dfda6c76d8
2 changed files with 6 additions and 6 deletions

View file

@ -20,6 +20,12 @@ dalvik.vm.dex2oat64.enabled=true
vendor.bluetooth.soc=cherokee vendor.bluetooth.soc=cherokee
ro.vendor.fm.use_audio_session=true 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 # IORap
persist.device_config.runtime_native_boot.iorap_readahead_enable=true persist.device_config.runtime_native_boot.iorap_readahead_enable=true

View file

@ -109,12 +109,6 @@ vendor.display.enable_default_color_mode=1
# Factory Reset Protection # Factory Reset Protection
ro.frp.pst=/dev/block/bootdevice/by-name/frp 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 # Media
debug.stagefright.omx_default_rank=0 debug.stagefright.omx_default_rank=0