mirror of https://github.com/cbeuw/Cloak
Do not build protector_android by default for android. It's totally NOT necessary to be used
This commit is contained in:
parent
2156217106
commit
463103ef4b
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build !android
|
//go:build !protector_android
|
||||||
// +build !android
|
// +build !protector_android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build android
|
//go:build protector_android
|
||||||
// +build android
|
// +build protector_android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue