Issue with building app with fdroid server

I am trying to build our app using fdroid server . I am stuck on this one issue. I have dependecy on strongswan. I have added strongswan as submodule and build block builds strongswan app and copies needed binaries to my app. This works and i get the unsigned apk here. Once the app is build it starts to builds the strongswan app again. My guess is that because strongswan submodule is also also treated as another app. Is there a way to ignore build of strongswan app.

They will always be recompiled.
You can setup ccache to speedup repeat builds.

1 Like

Thanks for your help.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.