blob: f31c5b75c15075b11f5b7631b16b394540ef9a76 [file] [log] [blame]
Jeongik Cha5a547ef2024-10-18 17:13:04 +09001{
2 "name": "debian",
3 "disks": [
4 {
Jeongik Cha88ae9172024-10-18 17:27:55 +09005 "image": "$PAYLOAD_DIR/image.raw",
Jeongik Cha5a547ef2024-10-18 17:13:04 +09006 "partitions": [],
7 "writable": true
8 }
9 ],
Akilesh Kailash0faa9032024-10-30 15:13:28 -070010 "sharedPath": [
11 {
12 "sharedPath": "/storage/emulated"
13 },
14 {
Jeongik Cha4ec83802024-10-31 23:13:22 +090015 "sharedPath": "/data/data/$PACKAGE_NAME/files"
Akilesh Kailash0faa9032024-10-30 15:13:28 -070016 }
17 ],
Jeongik Cha5a547ef2024-10-18 17:13:04 +090018 "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}