I have a buildozer
project that has custom python-for-android
recipes in the directory p4a/recipes/
.
One of my recipes needs some debugging, and I don't want to rebuild python and all these other programs every time I want to rebuild it.
I've tried buildozer android p4a -- clean_recipe_build recipe-name
but it doesn't find it (running recipes
shows only the vanilla recipes, not my custom ones).
What should I do?