Make more options configurable via vm_config.json
Bug: N/A
Test: run ferrochrome
Change-Id: I6f281fc8108c16559e502ab34de8ade1a357d221
diff --git a/android/FerrochromeApp/vm_config.json.template b/android/FerrochromeApp/vm_config.json.template
index d1a7cfa..6e024ba 100644
--- a/android/FerrochromeApp/vm_config.json.template
+++ b/android/FerrochromeApp/vm_config.json.template
@@ -29,6 +29,22 @@
"cpu_topology": "match_host",
"platform_version": "~1.0",
"memory_mib": 8096,
+ "debuggable": true,
+ "console_out": true,
+ "connect_console": true,
+ "console_input_device": "hvc0",
+ "network": true,
+ "input": {
+ "touchscreen": true,
+ "keyboard": true,
+ "mouse": true,
+ "trackpad": true,
+ "switches": true
+ },
+ "audio": {
+ "speaker": true,
+ "microphone": true
+ },
"gpu": {
"backend": "virglrenderer",
"context_types": ["virgl2"]
@@ -36,6 +52,5 @@
"display": {
"scale": "0.77",
"refresh_rate": "30"
- },
- "console_input_device": "hvc0"
+ }
}