File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pushd "$TMPDIR"
2424ln -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.
2828echo ' 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
You can’t perform that action at this time.
0 commit comments