Reland "EGL: Configure multifile cache"

This reverts commit 4bf66d3569.

Reason for reland: Not the culprit of boot time regressions.

Test: Boot (quickly)
Test: pubg_mobile_launch ANGLE trace
Test: /data/nativetest64/EGL_test/EGL_test
Test: /data/nativetest64/libEGL_test/libEGL_test
Bug: b/266725576
Change-Id: I68521af5ca33accd8e0122f89ad99aa2ca8ad3ec
This commit is contained in:
Cody Northrop 2023-02-27 10:25:36 -07:00
parent df7f9b8e42
commit 483c217306

View file

@ -258,6 +258,11 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.hardware.egl = mali ro.hardware.egl = mali
endif endif
# Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \
ro.egl.blobcache.multifile_limit=134217728 \
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \ ro.opengles.version=196610 \
graphics.gpu.profiler.support=true \ graphics.gpu.profiler.support=true \