summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Chang <richardycc@google.com>2023-05-15 03:01:49 +0000
committerRichard Chang <richardycc@google.com>2023-05-15 03:01:49 +0000
commit3620b2537bf69580039870239cae6b741ee40737 (patch)
tree55b1edf5be0467e7fcb9060a4bb0560c3cfdcdf7
parent7fed0eeb857aac1889b016b8680db16e82703a7c (diff)
downloadbramble-android14-dev.tar.gz
bramble: remove customizedMaxCachedProcessesandroid14-dev
With project Snowbird in U, the MaxCachedProcesses is 1024 by default Bug: 278086134 Test: Build Change-Id: I6e983122a95e76f992c822ba1ad7dbb243d99543
-rwxr-xr-xbramble/overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/bramble/overlay/frameworks/base/core/res/res/values/config.xml b/bramble/overlay/frameworks/base/core/res/res/values/config.xml
index 123a7f6..2f576c6 100755
--- a/bramble/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/bramble/overlay/frameworks/base/core/res/res/values/config.xml
@@ -243,9 +243,6 @@
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
- <!-- the number of the max cached processes in the system. -->
- <integer name="config_customizedMaxCachedProcesses">64</integer>
-
<!-- A string config in svg path format for the main display shape.
(@see https://www.w3.org/TR/SVG/paths.html#PathData).