Skip to content

Commit 64faec1

Browse files
fix: align hev tunnel JNI with com.miku.ray package
1 parent ff7f92f commit 64faec1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compile-hevtun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pushd "$TMPDIR"
2424
ln -s "$__dir/hev-socks5-tunnel" jni/hev-socks5-tunnel
2525

2626
# 1) JNI shared library (libhev-socks5-tunnel.so) — loaded in-process by
27-
# com.v2ray.ang.service.TProxyService for the VpnService hev tun mode.
27+
# com.miku.ray.service.TProxyService for the VpnService hev tun mode.
2828
echo 'include $(call all-subdir-makefiles)' > jni/Android.mk
2929

3030
"$NDK_HOME/ndk-build" \
@@ -34,7 +34,7 @@ echo 'include $(call all-subdir-makefiles)' > jni/Android.mk
3434
APP_PLATFORM=android-24 \
3535
NDK_LIBS_OUT="$TMPDIR/libs" \
3636
NDK_OUT="$TMPDIR/obj" \
37-
"APP_CFLAGS=-O3 -DPKGNAME=com/v2ray/ang/service" \
37+
"APP_CFLAGS=-O3 -DPKGNAME=com/miku/ray/service" \
3838
"APP_LDFLAGS=-Wl,--build-id=none -Wl,--hash-style=gnu" \
3939

4040
# 2) Standalone executable (libhevsockstun.so) — run as a separate root

0 commit comments

Comments
 (0)