make mobile happy

This commit is contained in:
JackDoan
2026-07-13 15:25:57 -05:00
parent a0836aa819
commit 9e61269935
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
//go:build linux && !android
// +build linux,!android
package tio
import (
+3
View File
@@ -1,3 +1,6 @@
//go:build linux && !android
// +build linux,!android
package tio
import (
+3
View File
@@ -1,3 +1,6 @@
//go:build linux && !android
// +build linux,!android
package tio
import (
+3
View File
@@ -1,3 +1,6 @@
//go:build linux && !android
// +build linux,!android
package tio
import (
+3
View File
@@ -0,0 +1,3 @@
//go:build !linux || android
package virtio