summaryrefslogtreecommitdiff
path: root/tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk')
-rw-r--r--tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk b/tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk
index 37239640..09b4077d 100644
--- a/tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk
+++ b/tests/java_api/HelloComputeNDK/libhellocomputendk/Android.mk
@@ -32,6 +32,6 @@ LOCAL_STATIC_LIBRARIES := libRScpp_static
LOCAL_SDK_VERSION := current
-LOCAL_NDK_STL_VARIANT := stlport_static
+LOCAL_NDK_STL_VARIANT := c++_static
include $(BUILD_SHARED_LIBRARY)