Skip to content

Commit

Permalink
fix build error on permissionutil
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Nov 1, 2023
1 parent 59327f5 commit 3b40c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permission/permission_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux && !(armv7l || armv8l)
//go:build linux && !(armv7l || armv8l) && !android

package permissionutil

Expand Down

0 comments on commit 3b40c4f

Please sign in to comment.