diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-10 18:03:34 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-10 18:03:34 +0200 |
commit | fe5b3e2b2d04275655e2b90ee13fcf83541e2b6c (patch) | |
tree | 824ab20e31f493f64f52a97dc44c8954af961753 /updater_sample/res/raw/sample.json | |
parent | Merge "screen_ui: Fix an issue when displaying wrapped text." (diff) | |
parent | updater_sample: add http header demo (diff) | |
download | android_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 'updater_sample/res/raw/sample.json')
-rw-r--r-- | updater_sample/res/raw/sample.json | 4 |
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" } } |