From a39b10bd2574825a815d6ad854499dd127cfa9cb Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 7 Feb 2011 18:10:54 +0100 Subject: Build arm and x86 binaries at the same time. Change-Id: I105c5a097c988cb964b47b40b71c7a08af0d9210 --- android/cmdline-options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/cmdline-options.h') diff --git a/android/cmdline-options.h b/android/cmdline-options.h index 273d151..70e5f6c 100644 --- a/android/cmdline-options.h +++ b/android/cmdline-options.h @@ -131,7 +131,9 @@ OPT_FLAG( version, "display emulator version number" ) OPT_PARAM( report_console, "", "report console port to remote socket" ) OPT_PARAM( gps, "", "redirect NMEA GPS to character device" ) +#ifndef CONFIG_STANDALONE_CORE OPT_PARAM( keyset, "", "specify keyset file name" ) +#endif OPT_PARAM( shell_serial, "", "specific character device for root shell" ) OPT_FLAG ( old_system, "support old (pre 1.4) system images" ) OPT_PARAM( tcpdump, "", "capture network packets to file" ) -- cgit v1.1