Include vm_config.json as a part of images.tar.gz

Bug: 374244795
Test: build
Change-Id: Ibf2ccad007ab1dc439a6f4c0cccc0ea153939bda
diff --git a/build/debian/vm_config.json.aarch64 b/build/debian/vm_config.json.aarch64
new file mode 100644
index 0000000..2841e6d
--- /dev/null
+++ b/build/debian/vm_config.json.aarch64
@@ -0,0 +1,20 @@
+{
+    "name": "debian",
+    "disks": [
+        {
+            "image": "$DATA_DIR/image.raw",
+            "partitions": [],
+            "writable": true
+        }
+    ],
+    "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
+}
+