summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-09 03:27:30 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-09 03:27:30 +0200
commit13b64beab63fc11222538f805ea0b09564dc6e96 (patch)
tree749cd04441bde8926eaf92df264bd44ef135c6a7 /updater_sample/README.md
parentMerge "updater_sample: add streaming support" am: c23a53c272 am: e88d4682ea (diff)
parentMerge "updater_sample: update tools" am: daa86e9024 (diff)
downloadandroid_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar.gz
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar.bz2
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar.lz
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar.xz
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.tar.zst
android_bootable_recovery-13b64beab63fc11222538f805ea0b09564dc6e96.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