mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-21 10:18:50 +02:00
Fix Android build (#1142)
The source code files related to the Android firewall had incorrect build tags.
This commit is contained in:
parent
bb791d59f3
commit
2135533f1d
@ -1,4 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux || android
|
||||||
|
|
||||||
package acl
|
package acl
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
//go:build !android
|
||||||
|
|
||||||
package acl
|
package acl
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
//go:build !linux
|
//go:build !linux || android
|
||||||
|
|
||||||
package checkfw
|
package checkfw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user