commit | b27cd8f8028c975d65ea4d1349c9c38682680831 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Wed May 11 10:40:43 2011 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed May 11 10:40:43 2011 -0700 |
tree | dafe3c0095e14e9b311898a1354a4e2c689d19db | |
parent | 6f9b7562e36483a7bf23833d99da6a50e57f7266 [diff] |
Remove simulator from the lunch menu Change-Id: I0d73b4722ce5126b64538ca7add2e55cd561c022
diff --git a/envsetup.sh b/envsetup.sh index cefe8ba..c94ca7b 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -433,12 +433,6 @@ add_lunch_combo full_x86-eng add_lunch_combo vbox_x86-eng -# if we're on linux, add the simulator. There is a special case -# in lunch to deal with the simulator -if [ "$(uname)" = "Linux" ] ; then - add_lunch_combo simulator -fi - function print_lunch_menu() { local uname=$(uname)