blob: d7ba53e9db022e59019fa2856c8bca7d870ba11b [file] [log] [blame]
Inseob Kim172f9eb2023-11-06 17:02:08 +09001{
2 "kernel": "/apex/com.android.virt/etc/fs/microdroid_gki_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 "platform_version": "~1.0"
20}