File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
12load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
23
34oncall ("executorch" )
45
5- runtime.python_library(
6+ fbcode_target ( _kind = runtime .python_library ,
67 name = "etrecord" ,
78 srcs = [
89 "__init__.py" ,
Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
12load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
23load ("@fbcode_macros//build_defs:python_unittest.bzl" , "python_unittest" )
34
45oncall ("executorch" )
56
6- python_unittest(
7+ fbcode_target ( _kind = python_unittest ,
78 name = "etrecord_test" ,
89 srcs = ["etrecord_test.py" ],
910 deps = [
1011 ":etrecord_test_library"
1112 ],
1213)
1314
14- runtime.python_library(
15+ fbcode_target ( _kind = runtime .python_library ,
1516 name = "etrecord_test_library" ,
1617 srcs = ["etrecord_test.py" ],
1718 deps = [
You can’t perform that action at this time.
0 commit comments