summaryrefslogtreecommitdiffstats
path: root/updater_sample/res/raw/sample.json
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-10 18:03:34 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-10 18:03:34 +0200
commitfe5b3e2b2d04275655e2b90ee13fcf83541e2b6c (patch)
tree824ab20e31f493f64f52a97dc44c8954af961753 /updater_sample/res/raw/sample.json
parentMerge "screen_ui: Fix an issue when displaying wrapped text." (diff)
parentupdater_sample: add http header demo (diff)
downloadandroid_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar.gz
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar.bz2
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar.lz
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar.xz
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.tar.zst
android_bootable_recovery-fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/res/raw/sample.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/updater_sample/res/raw/sample.json b/updater_sample/res/raw/sample.json
index b6f4cdce6..7ac8ffab7 100644
--- a/updater_sample/res/raw/sample.json
+++ b/updater_sample/res/raw/sample.json
@@ -8,6 +8,7 @@
"ab_streaming_metadata": {
"__": "streaming_metadata is required only for streaming update",
"__property_files": "name, offset and size of files",
+ "__authorization": "it will be sent to OTA package server as value of HTTP header - Authorization",
"property_files": [
{
"__filename": "name of the file in package",
@@ -17,6 +18,7 @@
"offset": 531,
"size": 5012323
}
- ]
+ ],
+ "authorization": "Basic my-secret-token"
}
}