summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-09 03:04:59 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-09 03:04:59 +0200
commitdaa86e9024d32d39c1d2617d96dc80a659aec76b (patch)
tree3ff8ca73b2c609d889b88fd7f147a843fda52579 /updater_sample/README.md
parentMerge "updater_sample: add streaming support" (diff)
parentupdater_sample: update tools (diff)
downloadandroid_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar.gz
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar.bz2
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar.lz
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar.xz
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.tar.zst
android_bootable_recovery-daa86e9024d32d39c1d2617d96dc80a659aec76b.zip
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r--updater_sample/README.md7
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