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:
parent
df7f9b8e42
commit
483c217306
1 changed files with 5 additions and 0 deletions
|
@ -258,6 +258,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
ro.hardware.egl = mali
|
||||
endif
|
||||
|
||||
# Configure EGL blobcache
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.egl.blobcache.multifile=true \
|
||||
ro.egl.blobcache.multifile_limit=134217728 \
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.opengles.version=196610 \
|
||||
graphics.gpu.profiler.support=true \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue