am a1ff6290: Now current is also a valid prebuilt SDK.

* commit 'a1ff6290e1e14d48dc42d1eacf804172c5913916':
  Now current is also a valid prebuilt SDK.
This commit is contained in:
Ying Wang 2012-05-10 18:11:23 -07:00 committed by Android Git Automerger
commit ffb36ede8f
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ $(shell function sgrax() { \
( sgrax $(1) | sort -g ) )
endef
TARGET_AVAILABLE_SDK_VERSIONS := current $(call numerically_sort,\
TARGET_AVAILABLE_SDK_VERSIONS := $(call numerically_sort,\
$(patsubst $(HISTORICAL_SDK_VERSIONS_ROOT)/%/android.jar,%, \
$(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/*/android.jar)))