diff --git a/libprocessgroup/cgrouprc/Android.bp b/libprocessgroup/cgrouprc/Android.bp index 38b2fa31d..9e46b8e7c 100644 --- a/libprocessgroup/cgrouprc/Android.bp +++ b/libprocessgroup/cgrouprc/Android.bp @@ -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 diff --git a/libsysutils/EventLogTags.logtags b/libsysutils/EventLogTags.logtags index 713f8cd6b..bb06d3433 100644 --- a/libsysutils/EventLogTags.logtags +++ b/libsysutils/EventLogTags.logtags @@ -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 diff --git a/rootdir/init.rc b/rootdir/init.rc index 060395d4b..e487797aa 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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