Jeongik Cha | 5a547ef | 2024-10-18 17:13:04 +0900 | [diff] [blame] | 1 | { |
| 2 | "name": "debian", |
| 3 | "disks": [ |
| 4 | { |
Jeongik Cha | 88ae917 | 2024-10-18 17:27:55 +0900 | [diff] [blame] | 5 | "image": "$PAYLOAD_DIR/image.raw", |
Jeongik Cha | 5a547ef | 2024-10-18 17:13:04 +0900 | [diff] [blame] | 6 | "partitions": [], |
| 7 | "writable": true |
| 8 | } |
| 9 | ], |
Akilesh Kailash | 0faa903 | 2024-10-30 15:13:28 -0700 | [diff] [blame] | 10 | "sharedPath": [ |
| 11 | { |
| 12 | "sharedPath": "/storage/emulated" |
| 13 | }, |
| 14 | { |
| 15 | "sharedPath": "/data/data/com.google.android.virtualization.terminal/files" |
| 16 | } |
| 17 | ], |
Jeongik Cha | 5a547ef | 2024-10-18 17:13:04 +0900 | [diff] [blame] | 18 | "protected": false, |
| 19 | "cpu_topology": "match_host", |
| 20 | "platform_version": "~1.0", |
| 21 | "memory_mib": 4096, |
| 22 | "debuggable": true, |
| 23 | "console_out": true, |
| 24 | "connect_console": true, |
| 25 | "console_input_device": "ttyS0", |
| 26 | "network": true |
| 27 | } |