EGL: Reduce multifile blobcache limit to 32MB am: 7b13bc6d5e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/24044711 Change-Id: I73979b00f6b1349dd6e49682ace2290234b3929e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
86d4ab432c
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue