Enable special android log system from default to special tag "android_log"

This commit is contained in:
Aleksandr Sakharov 2026-01-21 06:26:29 +03:00
parent b72c2c3203
commit 2156217106
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build android //go:build log_android
// +build android // +build log_android
package main package main