diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-04 21:17:01 +0200 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-08 23:13:34 +0200 |
commit | 96eb59e4b13b07a18fc1a6a85786f2c287bd21db (patch) | |
tree | 5fe427b593f4ae9c39692082ab03e45c272ce077 /updater_sample/README.md | |
parent | Merge "recovery: Remove unneeded include of minui.h." (diff) | |
download | android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar.gz android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar.bz2 android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar.lz android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar.xz android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.tar.zst android_bootable_recovery-96eb59e4b13b07a18fc1a6a85786f2c287bd21db.zip |
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r-- | updater_sample/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md index 12f803ff6..2c1f0ced5 100644 --- a/updater_sample/README.md +++ b/updater_sample/README.md @@ -69,14 +69,15 @@ purpose only. update zip file - [x] Add `UpdateConfig` for working with json config files - [x] Add applying non-streaming update -- [ ] Prepare streaming update (partially downloading package) -- [ ] Add applying streaming update +- [x] Prepare streaming update (partially downloading package) +- [x] Add applying streaming update +- [x] Add stop/reset the update - [ ] Add tests for `MainActivity` -- [ ] Add stop/reset the update - [ ] Verify system partition checksum for package - [ ] HAL compatibility check - [ ] Change partition demo - [ ] Add non-A/B updates demo +- [ ] Add docs for passing HTTP headers to `UpdateEngine#applyPayload` ## Running tests |