diff options
author | Ying Wang <wangying@google.com> | 2012-08-10 10:57:37 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2012-08-10 10:57:37 -0700 |
commit | f0dd8584fd729c656f2aea5b5f5386d62eecc6f7 (patch) | |
tree | 00f4c2162bdb5302753f274361e3cb5348a3270d /core/binary.mk | |
parent | 31bd5a89ce0e764e7df361ac2306312bbfa22155 (diff) | |
download | build-f0dd8584fd729c656f2aea5b5f5386d62eecc6f7.zip build-f0dd8584fd729c656f2aea5b5f5386d62eecc6f7.tar.gz build-f0dd8584fd729c656f2aea5b5f5386d62eecc6f7.tar.bz2 |
Adopt the new prebuilts/ndk/<number> paths.
Bug: 6932421
Change-Id: Iba7200aacef2201001f92c6ffa020881f0b528ea
Diffstat (limited to 'core/binary.mk')
-rw-r--r-- | core/binary.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/binary.mk b/core/binary.mk index 23bbc81..3f01489 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -24,8 +24,8 @@ ifdef LOCAL_NDK_VERSION ifndef LOCAL_SDK_VERSION $(error $(LOCAL_PATH): LOCAL_NDK_VERSION must be defined with LOCAL_SDK_VERSION) endif - my_ndk_source_root := $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/sources - my_ndk_version_root := $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/platforms/android-$(LOCAL_SDK_VERSION)/arch-$(TARGET_ARCH) + my_ndk_source_root := $(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources + my_ndk_version_root := $(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/platforms/android-$(LOCAL_SDK_VERSION)/arch-$(TARGET_ARCH) ifeq ($(wildcard $(my_ndk_version_root)),) $(error $(LOCAL_PATH): ndk version root does not exist: $(my_ndk_version_root)) endif |