{ | |
"name": "debian", | |
"disks": [ | |
{ | |
"image": "$PAYLOAD_DIR/image.raw", | |
"partitions": [], | |
"writable": true | |
} | |
], | |
"sharedPath": [ | |
{ | |
"sharedPath": "/storage/emulated" | |
}, | |
{ | |
"sharedPath": "/data/data/com.google.android.virtualization.terminal/files" | |
} | |
], | |
"protected": false, | |
"cpu_topology": "match_host", | |
"platform_version": "~1.0", | |
"memory_mib": 4096, | |
"debuggable": true, | |
"console_out": true, | |
"connect_console": true, | |
"console_input_device": "ttyS0", | |
"network": true | |
} |