1{
2  "common": {
3    "host_package": "/tmp/linux-x86"
4  },
5  "instances": [
6    {
7      "@import": "phone",
8      "vm": {
9        "memory_mb": 8192,
10        "setupwizard_mode": "OPTIONAL",
11        "cpus": 4
12      },
13      "disk": {
14        "default_build": "/tmp/vsoc_x86_64"
15      }
16    },
17    {
18      "@import": "wearable",
19      "vm": {
20        "memory_mb": 8192,
21        "setupwizard_mode": "REQUIRED",
22        "cpus": 4
23      },
24      "disk": {
25        "default_build": "@ab/git_main/cf_gwear_x86-trunk_staging-userdebug"
26      }
27    }
28  ]
29}
30