-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Hi, thanks for your great work. I'm trying to cross-compile blockchain repositories to Android libraries. Most of them are written in Go with C/C++ dependencies. I checked out the Dockerfile in this xgo repo, it seems this xgo can cross-compile the blockchain repositories for arm architecture, but not for specific usage on the Android.
The cross-compile for Android usually involves Android NDK during the compilation process. Do you plan to add this part soon in the future or you already add that part? Thanks.