Update tun2socks

60a66a363f
compiled with NDK 22.1.7171670
This commit is contained in:
yuhan6665
2021-04-25 19:56:14 -04:00
parent 7024fabb82
commit f63242d147
5 changed files with 2 additions and 2 deletions

4
AndroidLibV2rayLite/compile-tun2socks.sh Normal file → Executable file
View File

@@ -23,8 +23,8 @@ trap 'echo -e "Aborted, error $? in command: $BASH_COMMAND"; trap ERR; clear_tmp
install -m644 $__dir/tun2socks.mk $TMPDIR/
pushd $TMPDIR
git clone --depth=1 https://github.com/shadowsocks/badvpn.git
git clone --depth=1 https://github.com/shadowsocks/libancillary.git
git clone --depth=1 https://github.com/XTLS/badvpn.git
git clone --depth=1 https://github.com/XTLS/libancillary.git
$NDK_HOME/ndk-build \
NDK_PROJECT_PATH=. \
APP_BUILD_SCRIPT=./tun2socks.mk \

BIN
V2rayNG/app/src/main/jniLibs/arm64-v8a/libtun2socks.so Normal file → Executable file

Binary file not shown.

BIN
V2rayNG/app/src/main/jniLibs/armeabi-v7a/libtun2socks.so Normal file → Executable file

Binary file not shown.

BIN
V2rayNG/app/src/main/jniLibs/x86/libtun2socks.so Normal file → Executable file

Binary file not shown.

BIN
V2rayNG/app/src/main/jniLibs/x86_64/libtun2socks.so Normal file → Executable file

Binary file not shown.