Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdb72318 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 5372220a: Merge "Remove simulator from the lunch menu"

* commit '5372220a':
  Remove simulator from the lunch menu
parents 477e9632 5372220a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -434,12 +434,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)