blob: 45f05af3015d72c15482deadc794d241c48775d0 [file] [log] [blame]
Nikita Putikhine788f952024-03-11 19:21:24 +01001# LINT.IfChange
Tianjie Xu6c863b72017-09-17 15:44:51 -07002service update_engine /system/bin/update_engine --logtostderr --logtofile --foreground
Gilad Arnoldfb3a3b62015-09-17 10:39:35 -07003 class late_start
Alex Deymof22a39a2015-10-15 12:59:27 -07004 user root
Xihua Chenaff17cf2018-10-25 15:18:57 +08005 group root system wakelock inet cache media_rw
Rick Yiuea770642021-12-08 22:05:48 +08006 task_profiles OtaProfiles
Isaac Chen6651a122017-12-13 17:22:25 +08007 disabled
8
9on property:ro.boot.slot_suffix=*
10 enable update_engine
Nikita Putikhine788f952024-03-11 19:21:24 +010011# LINT.ThenChange(update_engine_nostats.rc)