mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Don't include non-PIE binaries in APK.
This shouldn't be merged before raising the minimum API version to 16.
This commit is contained in:
@@ -59,6 +59,8 @@ task unpackTorBinaries {
|
|||||||
copy {
|
copy {
|
||||||
from configurations.tor.collect { zipTree(it) }
|
from configurations.tor.collect { zipTree(it) }
|
||||||
into torBinariesDir
|
into torBinariesDir
|
||||||
|
// TODO: Remove after next Tor upgrade, which won't include non-PIE binaries
|
||||||
|
include 'geoip.zip', '*_pie.zip'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependsOn cleanTorBinaries
|
dependsOn cleanTorBinaries
|
||||||
|
|||||||
Reference in New Issue
Block a user