Add help message for likely typo to lunch

Test: lunch aosp_blueline_userdebug
Change-Id: Ieb8059d1717a98f66d61387d6bfd28470835eb6e
This commit is contained in:
Anton Hansson
2021-06-14 17:09:58 +01:00
parent 6497a1b7f8
commit 32fa7ee8c3

View File

@@ -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)