summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-11-29 11:20:16 -0800
committerYing Wang <wangying@google.com>2011-11-29 11:20:16 -0800
commitb50bd7f0097e9b45a8265d418288abae8adbd78c (patch)
tree94bcdb3923c759f592a4901edd2beff650730c48 /core
parent9978faf8f56fbb50184bc13931a33d3940822624 (diff)
downloadbuild-b50bd7f0097e9b45a8265d418288abae8adbd78c.zip
build-b50bd7f0097e9b45a8265d418288abae8adbd78c.tar.gz
build-b50bd7f0097e9b45a8265d418288abae8adbd78c.tar.bz2
Move the prebuilt NDKs to their own git project prebuilts/ndk/.
Change-Id: If85986da436d412cff139af1fd8426e420bec121
Diffstat (limited to 'core')
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index 3e10c93..27a9f4b 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -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.