Commit c84c8a42 authored by Max Lv's avatar Max Lv

Remove trust-dns feature

parent ee28f971
...@@ -53,10 +53,11 @@ androidExtensions { ...@@ -53,10 +53,11 @@ androidExtensions {
cargo { cargo {
module = 'shadowsocks-rust' module = 'shadowsocks-rust'
libname = 'shadowsocks-rust' libname = 'shadowsocks'
targets = ['arm', 'arm64', 'x86', 'x86_64'] targets = ['arm', 'arm64', 'x86', 'x86_64']
profile = 'release'
features { features {
noDefaultBut "sodium", "trust-dns" noDefaultBut "sodium"
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment