Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27a26526 authored by sophiez's avatar sophiez
Browse files

NDK API coverage

Cherry-pick from aosp: 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
Merged-In: I799e03ad7d81a4184229f658fd6c8824b9ba6e1f
parent 5a6cfa06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"