OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALL_VERSIONS
(Results
1 - 2
of
2
) sorted by null
/build/make/core/
version_defaults.mk
138
$(call find_and_earlier,$(
ALL_VERSIONS
),$(TARGET_PLATFORM_VERSION))
150
$(filter-out $(PLATFORM_VERSION_ALL_CODENAMES),$(
ALL_VERSIONS
))
envsetup.mk
32
ALL_VERSIONS
:= Q R S T U V W X Y Z
33
ALL_VERSIONS
:= $(PREV_VERSIONS) $(foreach v,$(
ALL_VERSIONS
),$(call version-list,$(v)))
36
# Filters
ALL_VERSIONS
down to the range [$1, $2], and errors if $1 > $2 or $3 is
43
$(if $(filter $(
ALL_VERSIONS
),$(1)),,
45
$(if $(filter $(
ALL_VERSIONS
),$(2)),,
47
$(if $(filter $(
ALL_VERSIONS
),$(3)),,
50
$(eval allowed_versions_ := $(call find_and_earlier,$(
ALL_VERSIONS
),$(2)))
70
ENABLED_VERSIONS := $(call find_and_earlier,$(
ALL_VERSIONS
),$(TARGET_PLATFORM_VERSION))
[
all
...]
Completed in 45 milliseconds