File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ def define_common_targets():
1515 deps = [
1616 "//executorch/devtools/etdump:etdump_flatcc" ,
1717 "//executorch/devtools/etdump:etdump_schema_flatcc" ,
18+ "//executorch/devtools/etdump/data_sinks:file_data_sink" ,
19+ "//executorch/extension/testing_util:temp_file" ,
1820 "//executorch/runtime/platform:platform" ,
1921 "//executorch/runtime/core/exec_aten/testing_util:tensor_util" ,
2022 ],
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ def define_common_targets():
1212 srcs = [],
1313 exported_headers = ["temp_file.h" ],
1414 visibility = [
15+ "//executorch/devtools/etdump/tests/..." ,
1516 "//executorch/extension/data_loader/test/..." ,
1617 "//executorch/extension/testing_util/test/..." ,
1718 "//executorch/extension/fb/ptez/decompression_methods/test/..." ,
You can’t perform that action at this time.
0 commit comments