Fix Android build (#1142)

The source code files related to the Android firewall had incorrect build tags.
This commit is contained in:
Zoltan Papp
2023-09-13 17:36:24 +02:00
committed by GitHub
parent bb791d59f3
commit 2135533f1d
3 changed files with 4 additions and 2 deletions

View File

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