Move the prebuilt NDKs to their own git project prebuilts/ndk/.

Change-Id: If85986da436d412cff139af1fd8426e420bec121
This commit is contained in:
Ying Wang
2011-11-29 11:20:16 -08:00
parent 9978faf8f5
commit b50bd7f009

View File

@@ -340,7 +340,7 @@ PREBUILT_IS_PRESENT := $(if $(wildcard prebuilt/Android.mk),true)
# ###############################################################
HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/sdk
HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilt/ndk
HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/ndk
# Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N.
# The 'current' version is whatever this source tree is.