From acf281fef619c725b5b1847874cdb2b52e3791f5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 10 Oct 2016 17:53:32 -0400 Subject: [PATCH] Remove libstlport from LLVM message --- setenv-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "*******************************************************************************"