Forked from stephenfeather/gist:2ac42b8544c995f7b7ff
Created
January 5, 2016 13:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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