Loading envsetup.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -775,7 +775,7 @@ function lunch() answer=$1 answer=$1 else else print_lunch_menu print_lunch_menu echo "Which would you like? [aosp_arm-trunk_staging-eng]" echo "Which would you like? [aosp_cf_x86_64_phone-trunk_staging-eng]" echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng): " echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng): " read answer read answer used_lunch_menu=1 used_lunch_menu=1 Loading @@ -785,7 +785,7 @@ function lunch() if [ -z "$answer" ] if [ -z "$answer" ] then then selection=aosp_arm-trunk_staging-eng selection=aosp_cf_x86_64_phone-trunk_staging-eng elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$") elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$") then then local choices=($(TARGET_BUILD_APPS= get_build_var COMMON_LUNCH_CHOICES)) local choices=($(TARGET_BUILD_APPS= get_build_var COMMON_LUNCH_CHOICES)) Loading Loading
envsetup.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -775,7 +775,7 @@ function lunch() answer=$1 answer=$1 else else print_lunch_menu print_lunch_menu echo "Which would you like? [aosp_arm-trunk_staging-eng]" echo "Which would you like? [aosp_cf_x86_64_phone-trunk_staging-eng]" echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng): " echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng): " read answer read answer used_lunch_menu=1 used_lunch_menu=1 Loading @@ -785,7 +785,7 @@ function lunch() if [ -z "$answer" ] if [ -z "$answer" ] then then selection=aosp_arm-trunk_staging-eng selection=aosp_cf_x86_64_phone-trunk_staging-eng elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$") elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$") then then local choices=($(TARGET_BUILD_APPS= get_build_var COMMON_LUNCH_CHOICES)) local choices=($(TARGET_BUILD_APPS= get_build_var COMMON_LUNCH_CHOICES)) Loading