Skip to content

Commit 3200b94

Browse files
mcr229facebook-github-bot
authored andcommitted
add export utils to example targets (#228)
Summary: Pull Request resolved: #228 as title exporting via buck currently doesn't work without adding the following target dep Reviewed By: guangy10 Differential Revision: D48992398 fbshipit-source-id: 2a8327e5edae716c711c7014288a28aad4b981c2
1 parent 40f0cca commit 3200b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/backend/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def define_common_targets():
2424
"//executorch/backends/xnnpack/partition:xnnpack_partitioner",
2525
"//executorch/examples/recipes/xnnpack_optimization:models",
2626
"//executorch/examples/quantization:quant_utils",
27+
"//executorch/examples/export:utils",
2728
"//executorch/exir:lib",
2829
"//executorch/exir/backend:backend_api",
2930
],

0 commit comments

Comments
 (0)