We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b764e commit 488505eCopy full SHA for 488505e
2 files changed
backends/arm/debug/TARGETS backends/arm/debug/BUCKbackends/arm/debug/TARGETS renamed to backends/arm/debug/BUCK
@@ -1,7 +1,8 @@
1
+load("@fbcode_macros//build_defs:build_file_migration.bzl", "fbcode_target", "non_fbcode_target")
2
# @noautodeps
3
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
4
-runtime.python_library(
5
+fbcode_target(_kind = runtime.python_library,
6
name = "schema",
7
srcs = [
8
"__init__.py",
backends/arm/operator_support/TARGETS backends/arm/operator_support/BUCKbackends/arm/operator_support/TARGETS renamed to backends/arm/operator_support/BUCK
@@ -1,6 +1,7 @@
name = "operator_support",
srcs = glob(["*.py"]),
deps = [
0 commit comments