Snap for 12735943 from 91cee386e5 to 25Q1-release

Change-Id: Iaf5f83fb0d59377813c1300092b0ec9fa0354e9d
This commit is contained in:
Android Build Coastguard Worker 2024-12-03 00:19:51 +00:00
commit 7e49be6665
3 changed files with 5 additions and 4 deletions

View file

@ -19,9 +19,6 @@ package {
cc_library {
name: "libcgrouprc",
host_supported: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
// Do not ever mark this as vendor_available; otherwise, vendor modules
// that links to the static library will behave unexpectedly. All on-device
// modules should use libprocessgroup which links to the LL-NDK library

View file

@ -1,4 +1,4 @@
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.
# FrameworkListener dispatchCommand overflow
78001 exp_det_dispatchCommand_overflow

View file

@ -54,6 +54,10 @@ on early-init
mkdir /linkerconfig/bootstrap 0755
mkdir /linkerconfig/default 0755
# Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
# is much too short and is unnecessary, given that there is also a shrinker.
write /sys/module/dm_bufio/parameters/max_age_seconds 86400
# Disable dm-verity hash prefetching, since it doesn't help performance
# Read more in b/136247322
write /sys/module/dm_verity/parameters/prefetch_cluster 0