aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-25 09:49:25 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-25 09:49:25 -0700
commit13f3b6c53817255217f40db289abace42c3c31a6 (patch)
tree89be6e64ba7de2140854f1f152e82668a0000d47 /android/main.c
parentb2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c (diff)
downloadexternal_qemu-13f3b6c53817255217f40db289abace42c3c31a6.zip
external_qemu-13f3b6c53817255217f40db289abace42c3c31a6.tar.gz
external_qemu-13f3b6c53817255217f40db289abace42c3c31a6.tar.bz2
Cleaned up build script from rebuilding locally generated sources
Also passed along -show-kernel option to the emulator core Change-Id: Ic606a7a9cdac677cbd5ce9ca1a9f1a2b16da4dfa
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/main.c b/android/main.c
index 42c3a3f..f06d619 100644
--- a/android/main.c
+++ b/android/main.c
@@ -1503,8 +1503,10 @@ int main(int argc, char **argv)
{
AndroidKmsgFlags flags = 0;
- if (opts->show_kernel)
+ if (opts->show_kernel) {
flags |= ANDROID_KMSG_PRINT_MESSAGES;
+ args[n++] = "-show-kernel";
+ }
android_kmsg_init( flags );
args[n++] = "-serial";