Skip to content

Commit db58d88

Browse files
FbsourceTargetsToBuck Botmeta-codesync[bot]
authored andcommitted
Rename build files from TARGETS to BUCK (group ID: 7455922743067832490)
Reviewed By: bigfootjon Differential Revision: D104414871
1 parent 9889c7c commit db58d88

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • backends/arm
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
load("@fbcode_macros//build_defs:build_file_migration.bzl", "fbcode_target", "non_fbcode_target")
12
# @noautodeps
23
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
34

4-
runtime.python_library(
5+
fbcode_target(_kind = runtime.python_library,
56
name = "schema",
67
srcs = [
78
"__init__.py",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
load("@fbcode_macros//build_defs:build_file_migration.bzl", "fbcode_target", "non_fbcode_target")
12
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
23

3-
runtime.python_library(
4+
fbcode_target(_kind = runtime.python_library,
45
name = "operator_support",
56
srcs = glob(["*.py"]),
67
deps = [

0 commit comments

Comments
 (0)