Remove libstlport from LLVM message

pull/326/head
Jeffrey Walton 2016-10-10 17:53:32 -04:00
parent 32fa9f6a8b
commit acf281fef6
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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 "*******************************************************************************"