(self, arch)
| 15 | min_ndk_api_support = 24 |
| 16 | |
| 17 | def get_include(self, arch): |
| 18 | return join( |
| 19 | self.ctx.get_python_install_dir(arch.arch), "numpy/_core/include", |
| 20 | ) |
| 21 | |
| 22 | def get_recipe_meson_options(self, arch): |
| 23 | options = super().get_recipe_meson_options(arch) |
no test coverage detected