Remove simulator from the lunch menu

Change-Id: I0d73b4722ce5126b64538ca7add2e55cd561c022
This commit is contained in:
Jean-Baptiste Queru 2011-05-11 10:40:43 -07:00
parent 6f9b7562e3
commit b27cd8f802
1 changed files with 0 additions and 6 deletions

View File

@ -433,12 +433,6 @@ add_lunch_combo full-eng
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)