-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove linux go build constraint for uffd (#8042)
We don't need the go build constraint because the BUILD file contains a `target_compatible_with` platform. This makes it easier to edit the file with an IDE, even on non-linux platforms This was originally added here #7965, then reverted due to the separate changes in that PR
- Loading branch information
1 parent
72acec5
commit bd7711c
Showing
2 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
//go:build linux && !android | ||
|
||
package uffd | ||
|
||
import ( | ||
|