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

  /prebuilts/sdk/
Android.mk 46 $(foreach s,$(filter-out test_current,$(TARGET_AVAILABLE_SDK_VERSIONS)),\
  /build/make/core/
pdk_config.mk 144 PDK_BUILD_SDK_VERSION := $(lastword $(TARGET_AVAILABLE_SDK_VERSIONS))
config.mk 784 TARGET_AVAILABLE_SDK_VERSIONS := $(call numerically_sort,\
789 TARGET_AVAILABLE_SDK_VERSIONS := test_current $(TARGET_AVAILABLE_SDK_VERSIONS)
    [all...]
java.mk 25 ifeq ($(strip $(filter $(LOCAL_SDK_VERSION),$(TARGET_AVAILABLE_SDK_VERSIONS))),)
27 Choices are: $(TARGET_AVAILABLE_SDK_VERSIONS))
    [all...]

Completed in 694 milliseconds