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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
//go:build !linux
//go:build !linux || android
package checkfw