We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6346bc1 commit 0e62ee6Copy full SHA for 0e62ee6
1 file changed
pythonforandroid/recipe.py
@@ -576,6 +576,7 @@ def get_recipe(cls, name, ctx):
576
recipe = mod.recipe
577
recipe.recipe_dir = dirname(recipe_file)
578
recipe.ctx = ctx
579
+ cls.recipes[name] = recipe
580
return recipe
581
582
0 commit comments