commit | 5372220a1a12a715ca1242dcc3f4b11b89a8387a | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu May 12 08:04:50 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Thu May 12 08:04:50 2011 -0700 |
tree | dafe3c0095e14e9b311898a1354a4e2c689d19db | |
parent | 6f9b7562e36483a7bf23833d99da6a50e57f7266 [diff] | |
parent | b27cd8f8028c975d65ea4d1349c9c38682680831 [diff] |
Merge "Remove simulator from the lunch menu"
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)