mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Inital port to A20/A20e
Addtitionally, Add device-specific trees as well Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
601b5ef5aa
commit
f8eb3e1258
169 changed files with 2440 additions and 62 deletions
32
universal7885-common/vendor.prop
Normal file
32
universal7885-common/vendor.prop
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
## FRP
|
||||
# Disable invocation of oem_lock
|
||||
ro.frp.pst=/dev/block/persistent
|
||||
|
||||
# fastbootd
|
||||
ro.fastbootd.available=true
|
||||
|
||||
## 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
|
||||
|
||||
# Samsung Specific Properties
|
||||
ro.product_ship=true
|
||||
|
||||
## Surfaceflinger
|
||||
debug.sf.latch_unsignaled=1
|
||||
debug.sf.disable_backpressure=1
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
|
||||
# Wifi direct
|
||||
wifi.direct.interface=p2p0
|
||||
Loading…
Reference in a new issue