commit | 1b406a329642dc4584b629b1d007311f8892a07b | [log] [tgz] |
---|---|---|
author | Rob Tsuk <robtsuk@google.com> | Tue Oct 22 11:46:49 2019 -0700 |
committer | Rob Tsuk <robtsuk@google.com> | Tue Oct 22 11:46:49 2019 -0700 |
tree | cb03b1c5cc9a89824adb6e5de29af170ff9ba7f3 | |
parent | 7e9743224adf40bcb8e08d7ee4858ef1059cb933 [diff] |
Support new names for emulators Change-Id: Ibf81ebe58ed92de98b004d278b5de06bbf3474ec
diff --git a/src/device.rs b/src/device.rs index 7dd98eb..18f458a 100644 --- a/src/device.rs +++ b/src/device.rs
@@ -198,9 +198,9 @@ let mut args = vec![]; if options.aemu { - args.push("aemu"); + args.push("emu"); } else { - args.push("run"); + args.push("qemu"); } if options.with_networking {