summaryrefslogtreecommitdiffstats
path: root/updater_sample/res
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-10 21:19:16 +0200
committerZhomart Mukhamejanov <zhomart@google.com>2018-05-10 21:19:16 +0200
commitbb8a2151387148e66bdd0b0ceb5d70d9db84ba69 (patch)
tree51fe2e69094925fe64814351bc654d59fb124e91 /updater_sample/res
parentMerge "updater_sample: add http header demo" (diff)
downloadandroid_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.gz
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.bz2
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.lz
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.xz
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.zst
android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.zip
Diffstat (limited to 'updater_sample/res')
-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",