mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Organize configs, add shim for hwcomposer
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
036c61b3a4
commit
ece023aaed
17 changed files with 52 additions and 24 deletions
26
universal7885-common/configs/props/vendor.prop
Normal file
26
universal7885-common/configs/props/vendor.prop
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
## FRP
|
||||
# Disable invocation of oem_lock
|
||||
ro.frp.pst=/dev/block/persistent
|
||||
|
||||
## OMX
|
||||
# Set csc support in OMX
|
||||
# If not set or set to 0, OMX will only use BT.601 colorspace.
|
||||
ro.vendor.cscsupported=1
|
||||
|
||||
## OpenGLES
|
||||
ro.opengles.version=196610
|
||||
|
||||
## RIL
|
||||
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so
|
||||
vendor.sec.rild.libpath2=/vendor/lib64/libsec-ril-dsds.so
|
||||
|
||||
# LTE, GSM and WCDMA
|
||||
ro.telephony.default_network=9,9
|
||||
|
||||
## Surfaceflinger
|
||||
debug.sf.disable_backpressure=1
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
debug.sf.latch_unsignaled=0
|
||||
|
||||
# Wifi direct
|
||||
wifi.direct.interface=p2p0
|
||||
Loading…
Reference in a new issue