EGL: Configure multifile cache

Start with 32MB cache size limit.

Bug: 291316306
Change-Id: Id871d0f583f0e9679e28e59b3118b609d666599c
This commit is contained in:
Cody Northrop 2023-07-14 13:35:55 -06:00
parent a75aba0a62
commit f2c43997aa

View file

@ -272,6 +272,11 @@ PRODUCT_COPY_FILES += \
#endif
# Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \
ro.egl.blobcache.multifile_limit=33554432 \
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \
graphics.gpu.profiler.support=true \