Skip to content

Instantly share code, notes, and snippets.

@stephenfeather
Created January 3, 2016 00:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stephenfeather/2ac42b8544c995f7b7ff to your computer and use it in GitHub Desktop.
Save stephenfeather/2ac42b8544c995f7b7ff 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