mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
EGL: Reduce multifile blobcache limit to 32MB am: 5c4cbe4023
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/24044691 Change-Id: I652198b119bf2290a2655793be82320b22d54818 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -270,7 +270,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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user