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/tests/res | |
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/tests/res')
-rw-r--r-- | updater_sample/tests/res/raw/ota_002_package.zip | bin | 638 -> 2181 bytes | |||
-rw-r--r-- | updater_sample/tests/res/raw/update_config_stream_002.json | 23 |
2 files changed, 14 insertions, 9 deletions
diff --git a/updater_sample/tests/res/raw/ota_002_package.zip b/updater_sample/tests/res/raw/ota_002_package.zip Binary files differindex 145c62e6a..6bf2a23b2 100644 --- a/updater_sample/tests/res/raw/ota_002_package.zip +++ b/updater_sample/tests/res/raw/ota_002_package.zip diff --git a/updater_sample/tests/res/raw/update_config_stream_002.json b/updater_sample/tests/res/raw/update_config_stream_002.json index f00f19ce6..cf4469b1c 100644 --- a/updater_sample/tests/res/raw/update_config_stream_002.json +++ b/updater_sample/tests/res/raw/update_config_stream_002.json @@ -4,29 +4,34 @@ "ab_streaming_metadata": { "property_files": [ { + "filename": "payload_metadata.bin", + "offset": 41, + "size": 827 + }, + { "filename": "payload.bin", "offset": 41, - "size": 7 + "size": 1392 }, { "filename": "payload_properties.txt", - "offset": 100, - "size": 18 + "offset": 1485, + "size": 147 }, { "filename": "care_map.txt", - "offset": 160, - "size": 8 + "offset": 1674, + "size": 12 }, { "filename": "compatibility.zip", - "offset": 215, - "size": 13 + "offset": 1733, + "size": 17 }, { "filename": "metadata", - "offset": 287, - "size": 8 + "offset": 1809, + "size": 29 } ] }, |