Add zygote.critical_window.minute property
This property controls the minimal timing window that triggers init
process fatal abort, when the zygote service crashes repeatedly in it.
Bug: 146818493
Change-Id: Ibd371be0daf6510df8b4d1a1f12f0aab8d6392c7
diff --git a/private/compat/30.0/30.0.ignore.cil b/private/compat/30.0/30.0.ignore.cil
index 4527066..9b1001c 100644
--- a/private/compat/30.0/30.0.ignore.cil
+++ b/private/compat/30.0/30.0.ignore.cil
@@ -40,4 +40,5 @@
update_engine_stable_service
userspace_reboot_metadata_file
vcn_management_service
- vibrator_manager_service))
+ vibrator_manager_service
+ zygote_config_prop))
diff --git a/private/property_contexts b/private/property_contexts
index ac680a4..3140b23 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -916,3 +916,6 @@
# Disable/enable charger input
power.battery_input.suspended u:object_r:power_debug_prop:s0 exact bool
+
+# zygote config property
+zygote.critical_window.minute u:object_r:zygote_config_prop:s0 exact int