Merge "sample_updater: add tests resources" am: 7d064166ce

am: 6131d00348

Change-Id: Ice6103cd297e321a4d3d51b7c6c091aa1906b005
This commit is contained in:
Zhomart Mukhamejanov
2018-04-26 12:45:23 -07:00
committed by android-build-merger
3 changed files with 49 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,14 @@
{
"name": "streaming-001",
"url": "http://foo.bar/update.zip",
"type": "STREAMING",
"streaming_metadata": {
"property_files": [
{
"filename": "payload.bin",
"offset": 531,
"size": 5012323
}
]
}
}
@@ -0,0 +1,35 @@
{
"__": "*** Generated using tools/gen_update_config.py ***",
"name": "S ota_002",
"streaming_metadata": {
"property_files": [
{
"filename": "payload.bin",
"offset": 195,
"size": 8
},
{
"filename": "payload_properties.txt",
"offset": 276,
"size": 19
},
{
"filename": "care_map.txt",
"offset": 42,
"size": 9
},
{
"filename": "compatibility.zip",
"offset": 119,
"size": 14
},
{
"filename": "metadata",
"offset": 375,
"size": 9
}
]
},
"type": "STREAMING",
"url": "file:///data/sample-ota-packages/ota_002_package.zip"
}