summaryrefslogtreecommitdiffstats
path: root/updater_sample/res/raw/sample.json
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-11 00:00:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 00:00:57 +0200
commitcc65b655bb88d80964367cd92be42ff0ecdd3922 (patch)
treead7af8c019e59532b96ac38b33c345b1d1ced376 /updater_sample/res/raw/sample.json
parentMerge "updater_sample: add http header demo" am: fe5b3e2b2d (diff)
parentMerge "updater_sample: fix UpdateConfig" (diff)
downloadandroid_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.gz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.bz2
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.lz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.xz
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.tar.zst
android_bootable_recovery-cc65b655bb88d80964367cd92be42ff0ecdd3922.zip
Diffstat (limited to 'updater_sample/res/raw/sample.json')
-rw-r--r--updater_sample/res/raw/sample.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/res/raw/sample.json b/updater_sample/res/raw/sample.json
index 7ac8ffab7..46fbfa33e 100644
--- a/updater_sample/res/raw/sample.json
+++ b/updater_sample/res/raw/sample.json
@@ -1,7 +1,7 @@
{
"__name": "name will be visible on UI",
"__url": "https:// or file:// uri to update package (zip, xz, ...)",
- "__type": "NON_STREAMING (from a local file) OR STREAMING (on the fly)",
+ "__ab_install_type": "NON_STREAMING (from a local file) OR STREAMING (on the fly)",
"name": "SAMPLE-cake-release BUILD-12345",
"url": "http://foo.bar/builds/ota-001.zip",
"ab_install_type": "NON_STREAMING",