Merge "NDK API coverage"

This commit is contained in:
Sophie Zheng 2021-03-30 20:44:44 +00:00 committed by Gerrit Code Review
commit dd3797b44e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ parseReadelfOutput() {
do
if [[ $line = *FUNC*GLOBAL*UND*@* ]] ;
then
echo "$line" | sed -r 's/.*UND (.*)@.*/\1/g' >> "$2"
echo "$line" | sed -r 's/.*UND (.*@.*)/\1/g' >> "$2"
fi
done < "$1"
echo "" >> "$2"