summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-04 21:17:01 +0200
committerZhomart Mukhamejanov <zhomart@google.com>2018-05-08 23:13:34 +0200
commit96eb59e4b13b07a18fc1a6a85786f2c287bd21db (patch)
tree5fe427b593f4ae9c39692082ab03e45c272ce077 /updater_sample/README.md
parentMerge "recovery: Remove unneeded include of minui.h." (diff)
downloadandroid_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.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