We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ndk_build seems to be deperacted and does not seem to exist on newer NDKs
ndk_build
Currently there are only a few recipes using it:
pythonforandroid/recipes/fontconfig/__init__.py:19: shprint(sh.ndk_build, "V=1", 'fontconfig', _env=env) pythonforandroid/recipes/sdl/__init__.py:21: shprint(sh.ndk_build, 'V=1', _env=env, _tail=20, _critical=True) pythonforandroid/recipes/sdl2/__init__.py:32: shprint(sh.ndk_build, "V=1", _env=env) pythonforandroid/recipes/genericndkbuild/__init__.py:30: shprint(sh.ndk_build, "V=1", _env=env) pythonforandroid/recipe.py:680: shprint(sh.ndk_build, 'V=1', 'APP_ABI=' + arch.arch, *extra_args, _env=env)
Could these be migrated?
The text was updated successfully, but these errors were encountered:
Wait, seems like it does exist.
Sorry, something went wrong.
No branches or pull requests
ndk_build
seems to be deperacted and does not seem to exist on newer NDKsCurrently there are only a few recipes using it:
Could these be migrated?
The text was updated successfully, but these errors were encountered: