diff --git a/device.mk b/device.mk index 219eae5..4e5982a 100644 --- a/device.mk +++ b/device.mk @@ -271,6 +271,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 \