Skip to content

Commit be1e051

Browse files
committed
Don't build inbuilt BLE on Android
1 parent 517af50 commit be1e051

File tree

1 file changed

+2
-2
lines changed
  • chipper/pkg/wirepod/setup

1 file changed

+2
-2
lines changed

chipper/pkg/wirepod/setup/ble.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build linux
2-
// +build linux
1+
//go:build linux && !android
2+
// +build linux,!android
33

44
package botsetup
55

0 commit comments

Comments
 (0)