Skip to content
Snippets Groups Projects
Verified Commit 7a0d990f authored by akwizgran's avatar akwizgran
Browse files

Don't include non-PIE binaries in APK.

This shouldn't be merged before raising the minimum
API version to 16.
parent 2e376193
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ task unpackTorBinaries {
copy {
from configurations.tor.collect { zipTree(it) }
into torBinariesDir
// TODO: Remove after next Tor upgrade, which won't include non-PIE binaries
include 'geoip.zip', '*_pie.zip'
}
}
dependsOn cleanTorBinaries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment