Skip to content

Fix: F-Droid not rebuilded after "make clean" with Android.mk

As make clean in the android build system only cleans the $OUT path the F-Droid build dir is not cleaned.

This leads to outdated F-Droid as the build target only checks for existing APK and not for source changes in the current setup.

Merge request reports