Update shadowsocks to 1.9.0
This commit is contained in:
parent
03dee963ce
commit
1f2e58f565
@ -25,12 +25,9 @@ cargo {
|
||||
profile = findProperty("CARGO_PROFILE")?.toString() ?: "release"
|
||||
extraCargoBuildArguments = listOf("--bin", "sslocal")
|
||||
featureSpec.noDefaultBut(arrayOf(
|
||||
"sodium",
|
||||
"rc4",
|
||||
"aes-cfb",
|
||||
"aes-ctr",
|
||||
"camellia-cfb",
|
||||
"openssl-vendored"))
|
||||
"single-threaded",
|
||||
"local-flow-stat",
|
||||
"local-dns"))
|
||||
exec = { spec, toolchain ->
|
||||
spec.environment("RUST_ANDROID_GRADLE_LINKER_WRAPPER_PY", "$projectDir/$module/../linker-wrapper.py")
|
||||
spec.environment("RUST_ANDROID_GRADLE_TARGET", "target/${toolchain.target}/$profile/lib$libname.so")
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ce1e58641d502ec128806efa898ebf2716461132
|
||||
Subproject commit 3a1054acc54cfc23a1cd232aa0a45b66af4bd612
|
Loading…
Reference in New Issue
Block a user