fix android builds

This commit is contained in:
Wade Simmons 2024-01-26 11:10:57 -05:00
parent 659d7fece6
commit b033267d6e
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !e2e_testing
// +build !e2e_testing
//go:build !android && !e2e_testing
// +build !android,!e2e_testing
package udp

View File

@ -1,5 +1,6 @@
//go:build !linux || e2e_testing
// +build !linux e2e_testing
//go:build (!linux || android) && !e2e_testing
// +build !linux android
// +build !e2e_testing
package udp