diff --git a/setenv-android.sh b/setenv-android.sh index 8cda62f9..f0a5e8fb 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -380,7 +380,7 @@ if [[ ("$COUNT" -ne "0") ]]; then echo "*******************************************************************************" fi -COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc++|libstlport)') +COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc++)') if [[ ("$COUNT" -ne "0") ]]; then echo echo "*******************************************************************************"