I'm working on building libfido2 for different platforms, and while I have no idea if it's going to work on Android, I'm giving libudev-zero a try. The only compilation issue I faced was LINE_MAX being undefined, so I just added an ifndef for it, and use 2048 which is the value I have on Linux.
I'm working on building libfido2 for different platforms, and while I have no idea if it's going to work on Android, I'm giving libudev-zero a try. The only compilation issue I faced was LINE_MAX being undefined, so I just added an ifndef for it, and use 2048 which is the value I have on Linux.