universal7885: Enable config_avoidGfxAccel

- This flag turns off GPU/CPU intensive UI effects and
  reduces the RAM footprint.

- Using this is a better compromise than the 'low_ram' flag
  as this does not disable features in the rom but still
  reduces RAM usage and gives better smoothness in the UI.

[ roynatech2544 : RAM usage decreased by 15% with this prop on 3GB RAM
device ]

Signed-off-by: Chuck439 <firmankediri123@gmail.com>
Signed-off-by: AkaruiAikara <vall@aikara.me>
This commit is contained in:
Jyotiraditya 2021-03-11 09:35:28 +01:00 committed by roynaetch2544
commit d003e2801b
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D

View file

@ -13,10 +13,13 @@ ro.vendor.cscsupported=1
## OpenGLES
ro.opengles.version=196610
## Graphics
## HW Graphics
debug.egl.hw=0
debug.sf.hw=0
## Low ram device
ro.config.avoid_gfx_accel=true
### Vulkan
ro.hwui.use_vulkan=true
graphics.gpu.profiler.support=true