python-for-android
python-for-android copied to clipboard
recipes: add new `uvloop` recipe
Closes #2997
This PR was ready to be merged.
Do you need to make any changes / rebase as #3007 has been merged?
Surpassed by #3014
@T-Dynamos Was this recipe working on p4a v2024.01.21?
When I use this pr on v2024.01.21, I get the following error message: RuntimeError: the libuv submodule has not been checked out; try running “git submodule init; git submodule update”
.
Converting to a CythonRecipe (as uvloop needs cython anyways) takes it a step further, but still results in uvloop/request.pyx:64:21: undeclared name not builtin: convert_error
.
Was there more work required to properly build uvloop for arm64-v8a on android?