Rename the root build file to avoid conflict for now

This commit is contained in:
Ali 2021-02-10 13:09:41 +04:00
parent 8d79e8336f
commit ceb89cb077

10
BUILD.bazel Normal file
View 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"],
)