• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [
3        {
4            "name" : "boot",
5            "cmds" : [
6                "rm /data/updater/rollback"
7            ]
8        }, {
9            "name" : "param:persist.global.locale=* || const.settings.os_version_suffix=*",
10            "condition" : "persist.global.locale=* || const.settings.os_version_suffix=*",
11            "cmds" : [
12                "start write_updater"
13            ]
14        }
15    ],
16    "services" : [
17        {
18            "name" : "write_updater",
19            "path" : ["/system/bin/write_updater", "updater_para"],
20            "uid" : "update",
21            "gid" : ["update", "system", "root"],
22            "once" : 1,
23            "secon" : "u:r:write_updater:s0"
24        }
25    ]
26}