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" )
2+ oncall ("executorch" )
13# Any targets that should be shared between fbcode and xplat must be defined in
24# targets.bzl. This file can contain xplat-only targets.
35
46load (":targets.bzl" , "define_common_targets" )
57
6- oncall ("executorch" )
78
8- define_common_targets ()
9+ non_fbcode_target (_kind = define_common_targets ,)
10+
11+ # !!!! fbcode/executorch/extension/threadpool/test/TARGETS was merged into this file, see https://fburl.com/workplace/xl8l9yuo for more info !!!!
12+
13+ # Any targets that should be shared between fbcode and xplat must be defined in
14+ # targets.bzl. This file can contain fbcode-only targets.
15+
16+ load (":targets.bzl" , "define_common_targets" )
17+
18+
19+ fbcode_target (_kind = define_common_targets ,)
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" )
2+ oncall ("executorch" )
13# Any targets that should be shared between fbcode and xplat must be defined in
24# targets.bzl. This file can contain xplat-only targets.
35
46load (":targets.bzl" , "define_common_targets" )
57
6- oncall ("executorch" )
78
8- define_common_targets ()
9+ non_fbcode_target (_kind = define_common_targets ,)
10+
11+ # !!!! fbcode/executorch/extension/training/TARGETS was merged into this file, see https://fburl.com/workplace/xl8l9yuo for more info !!!!
12+
13+ # Any targets that should be shared between fbcode and xplat must be defined in
14+ # targets.bzl. This file can contain fbcode-only targets.
15+
16+ load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
17+ load (":targets.bzl" , "define_common_targets" )
18+
19+
20+ fbcode_target (_kind = define_common_targets ,)
21+
22+ fbcode_target (_kind = runtime .python_library ,
23+ name = "lib" ,
24+ srcs = [
25+ "__init__.py" ,
26+ ],
27+ deps = [
28+ "//executorch/extension/training/pybindings:_training_lib" ,
29+ "//executorch/extension/training/pybindings:_training_module" ,
30+ ],
31+ )
Load Diff This file was deleted.
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" )
12# Any targets that should be shared between fbcode and xplat must be defined in
23# targets.bzl. This file can contain fbcode-only targets.
34
45load (":targets.bzl" , "define_common_targets" )
56
67oncall ("executorch" )
78
8- define_common_targets( )
9+ fbcode_target ( _kind = define_common_targets , )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments