HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_PLATFORM_VERSION (Results 1 - 4 of 4) sorted by null

  /build/make/tests/
envsetup_tests.sh 5 unset TARGET_PRODUCT TARGET_BUILD_VARIANT TARGET_PLATFORM_VERSION
15 [ "$TARGET_PLATFORM_VERSION" = "$4" ] || ( echo "lunch $1: expected TARGET_PLATFORM_VERSION='$4', got '$TARGET_PLATFORM_VERSION'" && exit 1 )
  /build/make/core/
version_defaults.mk 51 ifndef TARGET_PLATFORM_VERSION
52 TARGET_PLATFORM_VERSION := $(DEFAULT_PLATFORM_VERSION)
55 ifeq (,$(filter $(ALLOWED_VERSIONS), $(TARGET_PLATFORM_VERSION)))
56 $(warning Invalid TARGET_PLATFORM_VERSION '$(TARGET_PLATFORM_VERSION)', must be one of)
60 # Default versions for each TARGET_PLATFORM_VERSION
85 PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION))
87 # PLATFORM_VERSION falls back to TARGET_PLATFORM_VERSION
88 PLATFORM_VERSION := $(TARGET_PLATFORM_VERSION)
113 PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION))
    [all...]
envsetup.mk 68 ENABLED_VERSIONS := $(call find_and_earlier,$(ALL_VERSIONS),$(TARGET_PLATFORM_VERSION))
  /build/make/
envsetup.sh 623 TARGET_PLATFORM_VERSION=$version \
633 export TARGET_PLATFORM_VERSION=$(get_build_var TARGET_PLATFORM_VERSION)
635 unset TARGET_PLATFORM_VERSION
    [all...]

Completed in 92 milliseconds