ndk
ndk copied to clipboard
ndk-lint
trafficstars
We should package a tool in the NDK that can check a binary for any of the problems that will plague android apps: http://android-developers.blogspot.com/2016/06/android-changes-for-ndk-developers.html
Another thing this might be able to do is a linkability check. For example, if two shared libraries have both used libc++_static (or two different STLs), they are not linkable. (There are a ton of things that can go wrong around STL use, this is just one example.)
Other lint checks to add: https://developer.android.com/ndk/guides/middleware-vendors