Do not build protector_android by default for android. It's totally NOT necessary to be used

This commit is contained in:
Aleksandr Sakharov 2026-01-29 02:00:45 +03:00
parent 2156217106
commit 463103ef4b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !android
// +build !android
//go:build !protector_android
// +build !protector_android
package main

View File

@ -1,5 +1,5 @@
//go:build android
// +build android
//go:build protector_android
// +build protector_android
package main