diff --git a/setenv-android.sh b/setenv-android.sh index 141859a8..c12442d5 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -361,7 +361,7 @@ fi ##################################################################### -COUNT=$(echo -n "$AOSP_STL_LIB" | grep -i -c 'libstdc++') +COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libstdc\+\+') if [[ ("$COUNT" -ne "0") ]]; then echo echo "*******************************************************************************"