diff --git a/setenv-android.sh b/setenv-android.sh index 3856a6a9..56e6cde0 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -280,7 +280,7 @@ export ANDROID_SYSROOT=$AOSP_SYSROOT # Android STL. We support GNU, LLVM and STLport out of the box. if [ "$#" -lt 2 ]; then - THE_STL=stlport-shared + THE_STL=gnu-shared else THE_STL=$(tr [A-Z] [a-z] <<< "$2") fi