summaryrefslogtreecommitdiffstats
path: root/core/shared_library.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-14 10:13:16 -0700
committerYing Wang <wangying@google.com>2012-08-14 11:58:13 -0700
commit54fdb473b656544c75ad06497ecf20a1e8d6b539 (patch)
tree747ec0afe02b2a16c6771881ab55285a95ad6839 /core/shared_library.mk
parentd4f0ffcb6b30c96160667d1757edb9d3692caba8 (diff)
downloadbuild-54fdb473b656544c75ad06497ecf20a1e8d6b539.zip
build-54fdb473b656544c75ad06497ecf20a1e8d6b539.tar.gz
build-54fdb473b656544c75ad06497ecf20a1e8d6b539.tar.bz2
Retire LOCAL_NDK_VERSION.
We are now unifying the NDK versions of unbundled native code to always use the latest NDK. We don't need the variable LOCAL_NDK_VERSION now. To build native code with NDK, you need set just LOCAL_SDK_VERSION. Bug: 6932421 Change-Id: I86f05a264249cda6bae97b4b1616f03700cd9dfa
Diffstat (limited to 'core/shared_library.mk')
-rw-r--r--core/shared_library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shared_library.mk b/core/shared_library.mk
index ab7480d..122cd29 100644
--- a/core/shared_library.mk
+++ b/core/shared_library.mk
@@ -46,7 +46,7 @@ my_target_fdo_lib := $(TARGET_FDO_LIB)
my_target_libgcc := $(TARGET_LIBGCC)
my_target_crtbegin_so_o := $(TARGET_CRTBEGIN_SO_O)
my_target_crtend_so_o := $(TARGET_CRTEND_SO_O)
-ifdef LOCAL_NDK_VERSION
+ifdef LOCAL_SDK_VERSION
# Make sure the prebuilt NDK paths are put ahead of the TARGET_GLOBAL_LD_DIRS,
# so we don't have race condition when the system libraries (such as libc, libstdc++) are also built in the tree.
my_target_global_ld_dirs := \