Merge "sample_updater: add tests resources"

am: 7d064166ce

Change-Id: I96ecdfef2f05798c4f072ee21718dbb4c0c640f2
This commit is contained in:
Zhomart Mukhamejanov
2018-04-26 12:35:44 -07:00
committed by android-build-merger
3 changed files with 49 additions and 0 deletions

Binary file not shown.

View File

@@ -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
}
]
}
}

View File

@@ -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"
}