Compare commits

...

2 Commits

Author SHA1 Message Date
Aleksandr 8aeb07f546
Merge 463103ef4b into c3d5470ef7 2026-01-28 23:00:48 +00:00
Aleksandr Sakharov 463103ef4b Do not build protector_android by default for android. It's totally NOT necessary to be used 2026-01-29 02:00:45 +03:00
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