1# 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)
12