My app has 2 flavors fdroid and a fdroid ‘lite’ version. The lite version needs to have a slightly different full_description.txt but everything else is the same. I see that fdroid supports /src/<buildFlavor>/fastlane/metadata/android/ but I would need to duplicate all of the other metadata files for each build flavor. Is it possible to have a shared AND a build flavor specific metadata folder? So most content is at /fastlane/metadata/android/ and then just the full_description.txt is at /src/<buildFlavor>/fastlane/metadata/android/?
Or is there another way that this could be accomplished that doesn’t involve duplicating files?