Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 3 of 3) sorted by relevance

/build/
Denvsetup.sh717 local selection=
721 selection=aosp_arm-eng
730 selection=${choices[$(($answer))]}
732 selection=${choices[$(($answer-1))]}
736 selection=$answer
742 product=${selection%%-*} # Trim everything after first dash
743 variant_and_version=${selection#*-} # Trim everything up to first dash
744 if [ "$variant_and_version" != "$selection" ]; then
754 echo "Invalid lunch combo: $selection"
781 echo "Hint: next time you can simply run 'lunch $selection'"
/build/make/
Denvsetup.sh717 local selection=
721 selection=aosp_arm-eng
730 selection=${choices[$(($answer))]}
732 selection=${choices[$(($answer-1))]}
736 selection=$answer
742 product=${selection%%-*} # Trim everything after first dash
743 variant_and_version=${selection#*-} # Trim everything up to first dash
744 if [ "$variant_and_version" != "$selection" ]; then
754 echo "Invalid lunch combo: $selection"
781 echo "Hint: next time you can simply run 'lunch $selection'"
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css6 ::-webkit-selection,
7 ::-moz-selection,
8 ::selection {