diff options
Diffstat (limited to 'core/package.mk')
-rw-r--r-- | core/package.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/package.mk b/core/package.mk index e1b7da3..acb8df4 100644 --- a/core/package.mk +++ b/core/package.mk @@ -304,7 +304,7 @@ $(error LOCAL_NDK_VERSION has to be defined together with LOCAL_NDK_STL_VARIANT, LOCAL_PACKAGE_NAME=$(LOCAL_PACKAGE_NAME)) endif jni_shared_libraries += \ - $(HISTORICAL_NDK_VERSIONS_ROOT)/android-ndk-r$(LOCAL_NDK_VERSION)/sources/cxx-stl/stlport/libs/$(TARGET_CPU_ABI)/libstlport_shared.so + $(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/stlport/libs/$(TARGET_CPU_ABI)/libstlport_shared.so endif # Set the abi directory used by the local JNI shared libraries. |