Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 5 of 5) sorted by relevance

/build/make/core/
Dproduct.mk59 $(strip $(foreach choice,$(1),\
60 $(eval _parts := $(subst -,$(space),$(choice))) \
62 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \
64 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \
66 $(error $(LOCAL_DIR): $(choice): Invalid variant: $(word 2,$(_parts)))) \
DLINUX_KERNEL_COPYING240 impose that choice.
/build/soong/cc/config/
Dtoolchain.go195 func variantOrDefault(variants map[string]string, choice string) string {
196 if ret, ok := variants[choice]; ok {
/build/make/
Denvsetup.sh632 local choice
633 for choice in $(echo $choices)
635 echo " $i. $choice"
1416 local choice
1427 unset choice
1428 read choice
1429 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then
1433 pathname=${lines[@]:$(($choice-1)):1}
/build/bazel/rules/
Dlunch.bzl57 doc = "A repository rule to capture environment variables based on the lunch choice.",