From 113df51f13acf04f3f04cc4d3ad886f2f1bb6da9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Jun 2024 12:53:27 +0200 Subject: [PATCH] Updated codec2 recipe --- recipes/codec2/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/codec2/__init__.py b/recipes/codec2/__init__.py index c462ff9..5a651f3 100644 --- a/recipes/codec2/__init__.py +++ b/recipes/codec2/__init__.py @@ -2,6 +2,8 @@ from pythonforandroid.recipe import Recipe from pythonforandroid.toolchain import current_directory, shprint import sh +# For debugging, clean with +# buildozer android p4a -- clean_recipe_build codec2 --local-recipes ~/Information/Source/Sideband/recipes class Codec2Recipe(Recipe): url = "https://github.com/markqvist/codec2/archive/00e01c9d72d3b1607e165c71c4c9c942d277dfac.tar.gz"