This commit is contained in:
fuilloi
2025-08-05 18:18:00 +08:00
committed by GitHub
parent edd0ce96b1
commit 2251c59c0b

View File

@@ -48,11 +48,11 @@ ln -s "$__dir/hev-socks5-tunnel" jni/hev-socks5-tunnel
"APP_ABI=armeabi-v7a arm64-v8a x86 x86_64" \
APP_PLATFORM=android-21 \
NDK_LIBS_OUT="$HEVTUN_TMP/libs" \
NDK_OUT="$HEVTUN_TMP/tmp" \
"APP_CFLAGS=O3 -DPKGNAME=com/v2ray/ang/service" \
NDK_OUT="$HEVTUN_TMP/obj" \
"APP_CFLAGS=-O3 -DPKGNAME=com/v2ray/ang/service" \
"APP_LDFLAGS=-WI,--build-id=none -WI,--hash-style=gnu" \
cp -r "$HEVTUN_TMP/libs/"* "$__dir/libs/"
popd
rm -rf "$HEVTUN_TMP"
rm -rf "$HEVTUN_TMP"