libneeds 113 B

123
  1. #!/bin/sh
  2. # list needed shared libs for Android lib
  3. readelf -d $1 |grep '\(NEEDED\)' | sed -r 's/.*\[(.*)\]/\1/'