summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2023-02-08 20:05:51 -0700
committerCody Northrop <cnorthrop@google.com>2023-02-09 20:23:10 +0000
commit6e10ece738185ef1d456529c638127ed4fd3a2d1 (patch)
tree20e8db4e1d011d81b383abc824ee5d2944adcfdd /device.mk
parent4a6ea2d8c22d8c29df451dd917fa83a373bc0a9c (diff)
downloadgs201-6e10ece738185ef1d456529c638127ed4fd3a2d1.tar.gz
Reland "EGL: Configure multifile cache"
This reverts commit c7e2a540af99476c3c71083f82f744dc8b296ec6. Previous CL was reverted due to long boot times. Test: Boot (quickly) Test: pubg_mobile_launch ANGLE trace Test: /data/nativetest64/EGL_test/EGL_test Test: /data/nativetest64/libEGL_test/libEGL_test Bug: b/266725576 Change-Id: Ia2054d7271a81403554024b58191f5a13a83ae61
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 763566f..f0d7749 100644
--- a/device.mk
+++ b/device.mk
@@ -257,6 +257,11 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.hardware.egl = mali
endif
+# Configure EGL blobcache
+PRODUCT_VENDOR_PROPERTIES += \
+ ro.egl.blobcache.multifile=true \
+ ro.egl.blobcache.multifile_limit=134217728 \
+
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \
graphics.gpu.profiler.support=true \