android_device_samsung_a20/universal7885-common/vendor.prop
Amit Pundir 7b7541ebf8 universal7885: Add ro.hardware.egl=mali
A recent AOSP/main change has put a hard dependency on
ro.hardware.egl or equivalent property being set, otherwise
it fails to boot successfully:

F DEBUG   : Cmdline: /system/bin/surfaceflinger
F DEBUG   : pid: 672, tid: 677, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
F DEBUG   : uid: 1000
F DEBUG   : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation, make sure one of persist.graphics.egl, ro.hardware.egl and ro.board.platform is set'

Change-Id: Ifa82dd3ea480f88b3c2646c6ca40a99d9ef52849
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2024-04-03 22:48:09 +09:00

61 lines
1.4 KiB
Text

# Use 64-bit dex2oat for better dexopt time.
dalvik.vm.dex2oat64.enabled=true
### 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
ro.hardware.egl=mali
## HW Graphics
debug.egl.hw=0
debug.sf.hw=0
# LTE, GSM and WCDMA
ro.telephony.default_network=9,9
## Surfaceflinger
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
debug.sf.enable_hwc_vds=0
debug.sf.enable_advanced_sf_phase_offset=1
ro.surface_flinger.set_idle_timer_ms=80
ro.surface_flinger.set_touch_timer_ms=200
ro.surface_flinger.set_display_power_timer_ms=1000
ro.surface_flinger.use_content_detection_for_refresh_rate=true
debug.sf.disable_client_composition_cache=1
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
# Display
persist.sys.sf.color_mode=0
persist.sys.sf.color_saturation=1.20
## SoC
ro.soc.manufacturer=samsung
ro.soc.model=exynos7885
# Wifi direct
wifi.direct.interface=p2p0
# Camera
vendor.camera.aux.packagelist=org.lineageos.aperture
vendor.camera.aux.packageexcludelist=nothing
# Samsung
ro.product_ship=true
ro.debug_level=0x494d
ro.hardware.chipname=exynos7884B
# Audio
ro.config.vc_call_vol_steps=8
## Vibrator HAL
ro.vendor.vibrator_hal.click_duration=75
ro.vendor.vibrator_hal.tick_duration=65
ro.vendor.vibrator_hal.texture_tick_duration=60