EGL: Configure multifile cache

Start with 32MB cache size limit.

Bug: 291316306
Change-Id: Ib917c3199ac9a205d72ae6c32c0ee82b4b0aebe7
This commit is contained in:
Cody Northrop 2023-07-14 15:34:52 -06:00
parent 17f84089b4
commit d67b5479af

View file

@ -288,6 +288,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 \