aboutsummaryrefslogtreecommitdiff
path: root/update_engine_nostats.rc
blob: 512f0ebc1748cd82e8ad871f201d4a7ae11df5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# LINT.IfChange
service update_engine /system/bin/update_engine_nostats --logtostderr --logtofile --foreground
    class late_start
    user root
    group root system wakelock inet cache media_rw
    task_profiles OtaProfiles
    disabled

on property:ro.boot.slot_suffix=*
    enable update_engine
# LINT.ThenChange(update_engine.rc)