Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android build fixes #571

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

awakecoding
Copy link

Fix various issues to get libfido2 to build on Android. I have no idea if it works, but getting it to build is the first step.

  • Add BUILD_TESTS option to facilitate disabling the tests on platforms where it causes problem
  • Add CRYPTO_EXPLICIT_BZERO to use explicit_bzero symbol from libcrypto (Android libc doesn't have it)
  • Detect libudev-zero as a replacement for libudev on Android (could be used for Linux in the future)
  • Fix using proper zlib cmake target to link against zlib (required for non-default install locations)

I prebuilt and inject all dependencies as static libraries in my build, and I have a few more patches on my side to make it easier to inject non-default libraries. However, this would require larger changes that should probably come in a second pull request.

@awakecoding
Copy link
Author

@martelletto can you re-run the last build? I think the Windows build failure is just a fluke "The hosted runner: GitHub Actions 13 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error."

@martelletto
Copy link
Contributor

Thank you for the PR! To merge it, we need to:

  • set up a CI runner for Android to ensure there are no regressions;
  • test on Android to find out what else we need.

I unfortunately won't be able to look into it in the near future, but am happy to provide feedback if anyone is interested.

@awakecoding
Copy link
Author

@martelletto isn't it possible to simply merge this first batch of Android build fixes, considering it is truly meant to make it build, not really make it work yet? In my case I only wish to build libfido2 for Android in order to build Win32-OpenSSH for Android, simply because it depends on it. I don't even know if it's functional, but at least I can build Win32-OpenSSH now, and it should be functional even without FIDO2 support. I haven't tried building for iOS yet, but I was thinking of doing the same, at least for libssh because iOS doesn't let you build and run executables easily.

@martelletto
Copy link
Contributor

@awakecoding, unless it is an absolute blocker for you, our preference would be to wait and test before merging.

@awakecoding
Copy link
Author

@martelletto it is not an absolute blocker for me, but this is as far as my current contribution will go. If you don't merge it, it will rot on a branch for years until somebody else comes along to decide and do the work all the way and helps you set up automated testing for Android at the same time. My downstream patches are currently based off the Microsoft libfido2 fork which already modifies the build system, I am trying to reduce my reliance on custom patches such that I could easily fork from the original upstream repository (this one) in the future.

The current pull request is not meant to close the "Android support" feature request, as it only makes it build for now. I don't have the knowledge or experience to push it any further than that, but someone else eventually will. When this happens, we don't want duplicated efforts to just get it to build initially. The primary value for me, however, is that even if not officially supported, I can correctly build Win32-OpenSSH for Android, despite not truly supporting FIDO2 at this point.

@martelletto
Copy link
Contributor

@awakecoding, I understand your point, and truly hope you understand ours too. Given it's not the functionality you are after, would you agree this is something that would ideally be tackled in Win32-OpenSSH? Upstream OpenSSH can be built without libfido2 (--disable-security-key). I suppose something similar could be implemented in Win32-OpenSSH. Happy to give it a shot next week if you think it is a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants