OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORM_SYSTEMSDK_VERSIONS
(Results
1 - 7
of
7
) sorted by null
/build/make/core/
local_systemsdk.mk
41
# is set, which is a subset of
PLATFORM_SYSTEMSDK_VERSIONS
.
45
_supported_systemsdk_versions := $(
PLATFORM_SYSTEMSDK_VERSIONS
)
48
# which is equal to or smaller than
PLATFORM_SYSTEMSDK_VERSIONS
52
_supported_systemsdk_versions := $(
PLATFORM_SYSTEMSDK_VERSIONS
)
version_defaults.mk
29
#
PLATFORM_SYSTEMSDK_VERSIONS
214
PLATFORM_SYSTEMSDK_VERSIONS
:=
218
PLATFORM_SYSTEMSDK_VERSIONS
:= $(call int_range_list,$(PLATFORM_SYSTEMSDK_MIN_VERSION),$(PLATFORM_SDK_VERSION))
222
PLATFORM_SYSTEMSDK_VERSIONS
+= $(PLATFORM_SDK_VERSION)
224
PLATFORM_SYSTEMSDK_VERSIONS
+= $(PLATFORM_VERSION_CODENAME)
226
PLATFORM_SYSTEMSDK_VERSIONS
:= $(strip $(sort $(
PLATFORM_SYSTEMSDK_VERSIONS
)))
soong_config.mk
123
$(call add_json_list,
Platform_systemsdk_versions
, $(
PLATFORM_SYSTEMSDK_VERSIONS
))
envsetup.mk
342
# Ensure that BOARD_SYSTEMSDK_VERSIONS are all within
PLATFORM_SYSTEMSDK_VERSIONS
343
_unsupported_systemsdk_versions := $(filter-out $(
PLATFORM_SYSTEMSDK_VERSIONS
),$(BOARD_SYSTEMSDK_VERSIONS))
346
Supported versions are $(
PLATFORM_SYSTEMSDK_VERSIONS
))
/system/libhidl/vintfdata/
Android.mk
78
PLATFORM_SYSTEMSDK_VERSIONS
="$(
PLATFORM_SYSTEMSDK_VERSIONS
)" \
/cts/tests/signature/api-check/system-api/
Android.mk
18
$(foreach ver,$(
PLATFORM_SYSTEMSDK_VERSIONS
),\
/cts/tests/signature/api/
Android.mk
45
$(foreach ver,$(
PLATFORM_SYSTEMSDK_VERSIONS
),\
Completed in 785 milliseconds