1{
2  "kernel": "/apex/com.android.virt/etc/fs/microdroid_kernel",
3  "disks": [
4    {
5      "partitions": [
6        {
7          "label": "vbmeta_a",
8          "path": "/apex/com.android.virt/etc/fs/microdroid_vbmeta.img"
9        },
10        {
11          "label": "super",
12          "path": "/apex/com.android.virt/etc/fs/microdroid_super.img"
13        }
14      ],
15      "writable": false
16    }
17  ],
18  "memory_mib": 256,
19  "console_input_device": "hvc0",
20  "platform_version": "~1.0"
21}
22