Skip to content

Commit

Permalink
feat: add a build tag for proximity drivers
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 committed Jul 21, 2023
1 parent 039f8e7 commit 827c8ea
Show file tree
Hide file tree
Showing 22 changed files with 307 additions and 307 deletions.
4 changes: 2 additions & 2 deletions pkg/androidnearby/bridge_android.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build android
// +build android
//go:build android && !noproximitytransport
// +build android,!noproximitytransport

package androidnearby

Expand Down
4 changes: 2 additions & 2 deletions pkg/androidnearby/bridge_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !android
// +build !android
//go:build !android || noproximitytransport
// +build !android noproximitytransport

package androidnearby

Expand Down
Loading

0 comments on commit 827c8ea

Please sign in to comment.