Skip to content

Commit

Permalink
Adds initial Bazel support for drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-brough committed Nov 4, 2021
1 parent 1555f88 commit 58f4bbd
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build --incompatible_enable_cc_toolchain_resolution
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Bazel specific files
bazel-*
Loading

0 comments on commit 58f4bbd

Please sign in to comment.