ndk icon indicating copy to clipboard operation
ndk copied to clipboard

ndk-lint

Open DanAlbert opened this issue 9 years ago • 2 comments
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

DanAlbert avatar Oct 13 '16 22:10 DanAlbert

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.)

DanAlbert avatar Oct 13 '16 22:10 DanAlbert

Other lint checks to add: https://developer.android.com/ndk/guides/middleware-vendors

DanAlbert avatar Jun 24 '22 20:06 DanAlbert