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

Migrate away from ndk_build? #1362

Closed
mkg20001 opened this issue Sep 7, 2018 · 1 comment
Closed

Migrate away from ndk_build? #1362

mkg20001 opened this issue Sep 7, 2018 · 1 comment

Comments

@mkg20001
Copy link
Contributor

mkg20001 commented Sep 7, 2018

ndk_build seems to be deperacted and does not seem to exist on newer NDKs

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?

@mkg20001
Copy link
Contributor Author

mkg20001 commented Sep 7, 2018

Wait, seems like it does exist.

@mkg20001 mkg20001 closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant