blob: 512f0ebc1748cd82e8ad871f201d4a7ae11df5a6 [file] [log] [blame]
Nikita Putikhine788f952024-03-11 19:21:24 +01001# LINT.IfChange
2service update_engine /system/bin/update_engine_nostats --logtostderr --logtofile --foreground
3 class late_start
4 user root
5 group root system wakelock inet cache media_rw
6 task_profiles OtaProfiles
7 disabled
8
9on property:ro.boot.slot_suffix=*
10 enable update_engine
11# LINT.ThenChange(update_engine.rc)