summaryrefslogtreecommitdiffstats
path: root/updater_sample/res/raw
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-10 01:25:40 +0200
committerZhomart Mukhamejanov <zhomart@google.com>2018-05-17 18:29:57 +0200
commit238beb73739071735a6bcbe462e27ab09a747f02 (patch)
treec31c7704c28bd2a54cc077781a0ba8526be63b02 /updater_sample/res/raw
parentMerge "recovery: Refactor common setup into main()" (diff)
downloadandroid_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.gz
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.bz2
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.lz
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.xz
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.zst
android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.zip
Diffstat (limited to 'updater_sample/res/raw')
-rw-r--r--updater_sample/res/raw/sample.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/updater_sample/res/raw/sample.json b/updater_sample/res/raw/sample.json
index 46fbfa33e..f188c233b 100644
--- a/updater_sample/res/raw/sample.json
+++ b/updater_sample/res/raw/sample.json
@@ -20,5 +20,10 @@
}
],
"authorization": "Basic my-secret-token"
+ },
+ "ab_config": {
+ "__": "A/B (seamless) update configurations",
+ "__force_switch_slot": "if set true device will boot to a new slot, otherwise user manually switches slot on the screen",
+ "force_switch_slot": false
}
}