From b671d719ffcca1603f9c067fc550e74bc899fbfa Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 25 Jan 2023 14:41:41 -0700 Subject: [PATCH] Add EGL blobcache multifile properties Test: adb shell getprop Test: /data/nativetest64/EGL_test/EGL_test Bug: b/266725576 Change-Id: I71cc82687120b5f95550e7b3ad37ae47ea02b152 --- core/proto/android/os/system_properties.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/proto/android/os/system_properties.proto b/core/proto/android/os/system_properties.proto index 4f3eeb0733f40..84c82e094dd45 100644 --- a/core/proto/android/os/system_properties.proto +++ b/core/proto/android/os/system_properties.proto @@ -514,7 +514,10 @@ message SystemPropertiesProto { optional string gfx_driver_whitelist_0 = 45; - // Next Tag: 46 + optional bool egl_blobcache_multifile = 46; + optional int32 egl_blobcache_multifile_limit = 47; + + // Next Tag: 48 } optional Ro ro = 21;