aboutsummaryrefslogtreecommitdiff
path: root/android-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'android-commands.h')
-rw-r--r--android-commands.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/android-commands.h b/android-commands.h
index abd798a80..99dd54200 100644
--- a/android-commands.h
+++ b/android-commands.h
@@ -104,6 +104,13 @@ static mon_cmd_t android_event_cmds[] = {
};
static mon_cmd_t android_avd_cmds[] = {
+ {
+ .name = "status",
+ .args_type = "",
+ .params = "",
+ .help = "query virtual device status",
+ .mhandler.cmd = android_console_avd_status,
+ },
{ NULL, NULL, },
};