rm EBpf tun && disable android ebpf

This commit is contained in:
zhudan
2022-08-08 10:21:16 +08:00
parent 2899a126fc
commit 97270dcbe0
4 changed files with 9 additions and 40 deletions

View File

@ -1,3 +1,5 @@
//go:build !android && linux
package ebpf
import (

View File

@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || android
package ebpf