Nikita Putikhin | e788f95 | 2024-03-11 19:21:24 +0100 | [diff] [blame^] | 1 | # LINT.IfChange |
2 | service 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 | |||||
9 | on property:ro.boot.slot_suffix=* | ||||
10 | enable update_engine | ||||
11 | # LINT.ThenChange(update_engine.rc) |