Rename the root build file to avoid conflict for now
This commit is contained in:
parent
8d79e8336f
commit
ceb89cb077
1 changed files with 0 additions and 0 deletions
10
BUILD.bazel
Normal file
10
BUILD.bazel
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
load("@build_bazel_rules_apple//apple:resources.bzl",
|
||||
"swift_intent_library",
|
||||
)
|
||||
|
||||
swift_intent_library(
|
||||
name = "GeneratedSources",
|
||||
src = "Intents.intentdefinition",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue