Snap for 12735943 from 91cee386e5 to 25Q1-release
Change-Id: Iaf5f83fb0d59377813c1300092b0ec9fa0354e9d
This commit is contained in:
commit
7e49be6665
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue