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

Commit e444a5c3 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Add help message for likely typo to lunch" am: 757e2e1f am: 47bebaca

Original change: https://android-review.googlesource.com/c/platform/build/+/1736893

Change-Id: I526aa9d55b0bf4d6a10cc16b117e93fbb49896c8
parents 1b219a51 47bebaca
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -703,6 +703,10 @@ function lunch()
    build_build_var_cache
    if [ $? -ne 0 ]
    then
        if [[ "$product" =~ .*_(eng|user|userdebug) ]]
        then
            echo "Did you mean -${product/*_/}? (dash instead of underscore)"
        fi
        return 1
    fi
    export TARGET_PRODUCT=$(get_build_var TARGET_PRODUCT)