We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517af50 commit be1e051Copy full SHA for be1e051
chipper/pkg/wirepod/setup/ble.go
@@ -1,5 +1,5 @@
1
-//go:build linux
2
-// +build linux
+//go:build linux && !android
+// +build linux,!android
3
4
package botsetup
5
0 commit comments