NDK API coverage
Update the gen_ndk_usedby_apex.sh script to generate NDK API list with library name. Test: TARGET_BUILD_APPS=com.android.adbd m dist apps_only Change-Id: I799e03ad7d81a4184229f658fd6c8824b9ba6e1f
This commit is contained in:
@@ -33,7 +33,7 @@ parseReadelfOutput() {
|
|||||||
do
|
do
|
||||||
if [[ $line = *FUNC*GLOBAL*UND*@* ]] ;
|
if [[ $line = *FUNC*GLOBAL*UND*@* ]] ;
|
||||||
then
|
then
|
||||||
echo "$line" | sed -r 's/.*UND (.*)@.*/\1/g' >> "$2"
|
echo "$line" | sed -r 's/.*UND (.*@.*)/\1/g' >> "$2"
|
||||||
fi
|
fi
|
||||||
done < "$1"
|
done < "$1"
|
||||||
echo "" >> "$2"
|
echo "" >> "$2"
|
||||||
|
Reference in New Issue
Block a user