We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ce8e9 commit 9ccfc2dCopy full SHA for 9ccfc2d
tests/recipes/recipe_ctx.py
@@ -48,6 +48,9 @@ def setUp(self):
48
f"{self.ctx._ndk_dir}/platforms/"
49
f"android-{self.ctx.ndk_api}/{self.arch.platform_dir}"
50
)
51
+ self.ctx.ndk_sysroot = f'{self.ctx._ndk_dir}/sysroot'
52
+ self.ctx.ndk_lib_dir = f'{self.ctx._ndk_dir}/usr/lib'
53
+ self.ctx.ndk_include_dir = f'{self.ctx.ndk_sysroot}/usr/include'
54
self.recipe = Recipe.get_recipe(self.recipe_name, self.ctx)
55
56
def tearDown(self):
0 commit comments