Skip to content

Migrate away from ndk_build? #1362

@mkg20001

Description

@mkg20001

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions