aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index da8f375..1ae3121 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -152,6 +152,10 @@ OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds"
OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
#endif // CONFIG_MEMCHECK
+#ifdef CONFIG_STANDALONE_UI
+OPT_PARAM( list_cores, "<host>", "list running core process" )
+#endif // CONFIG_STANDALONE_UI
+
#undef CFG_FLAG
#undef CFG_PARAM
#undef OPT_FLAG