Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rborn/08772e82b3098cf67290 to your computer and use it in GitHub Desktop.
Save rborn/08772e82b3098cf67290 to your computer and use it in GitHub Desktop.
OSX command line for tool to test your android library for text relocations
/sdks/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-readelf -a yourlib.so | grep TEXTREL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment