mirror of https://github.com/cbeuw/Cloak
Enable special android log system from default to special tag "android_log"
This commit is contained in:
parent
b72c2c3203
commit
2156217106
|
|
@ -1,5 +1,5 @@
|
|||
//go:build !android
|
||||
// +build !android
|
||||
//go:build !log_android
|
||||
// +build !log_android
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build android
|
||||
// +build android
|
||||
//go:build log_android
|
||||
// +build log_android
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue