Skip to content

Unpack Tor binaries earlier to avoid issues with task order

akwizgran requested to merge unpack-tor-binaries-earlier into master

This branch unpacks the Tor binaries earlier in the build process to ensure they're picked up by the Android Gradle plugin's resource-merging tasks.

There was a change in the plugin between 7.0 and 7.1 that seems to have made it possible for native libraries to be copied out of src/main/jniLibs earlier in the build process than before.

We may also need to apply this fix to other projects that use the Tor artifacts.

Merge request reports