EGL: Reduce multifile blobcache limit to 32MB am: 5c4cbe4023 am: 66f9fff138

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/24044691

Change-Id: I4044651f9399423d294548773e40b3fa9f181cfa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cody Northrop 2023-07-14 23:02:52 +00:00 committed by Automerger Merge Worker
commit 49f3b66b3a

View file

@ -272,7 +272,7 @@ endif
# Configure EGL blobcache # Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \ ro.egl.blobcache.multifile=true \
ro.egl.blobcache.multifile_limit=134217728 \ ro.egl.blobcache.multifile_limit=33554432 \
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \ ro.opengles.version=196610 \