summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2023-02-03 15:00:30 -0700
committerCody Northrop <cnorthrop@google.com>2023-02-06 23:59:03 +0000
commiteef744a52c86bf45f2254532d5cfbcf3693e611b (patch)
treeeb37cc6e8418b39c41e8b60d72f67da3275271b0 /device.mk
parente8e9eaed6c0d1a142e0c21e30e6bea92aedd1ec2 (diff)
downloadgs201-eef744a52c86bf45f2254532d5cfbcf3693e611b.tar.gz
Reland "EGL: Configure multifile cache"
This reverts commit 4f38a9f1657cf8e64f75f846c6323d6e2eef9f3a. Previous CL was reverted due to selinux denials. 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: I039d7d3f5bba64ac0cbeffe11ee0226b67c97f64
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 45aa299..d31e187 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 \