File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ deps = [
296
296
" executorch_core" ,
297
297
" portable_kernels" ,
298
298
" quantized_kernels" ,
299
+ " etdump_flatcc" ,
299
300
]
300
301
301
302
[targets .size_test ]
@@ -369,6 +370,7 @@ deps = [
369
370
" extension_threadpool" ,
370
371
" xnnpack_backend" ,
371
372
" portable_kernels" ,
373
+ " etdump_flatcc" ,
372
374
]
373
375
374
376
[targets .xnnpack_backend ]
@@ -462,3 +464,12 @@ deps = [
462
464
" optimized_native_cpu_ops" ,
463
465
]
464
466
# ---------------------------------- LLama end ----------------------------------
467
+ # ---------------------------------- devtools start ----------------------------------
468
+ [targets .etdump_flatcc ]
469
+ buck_targets = [
470
+ " //devtools/etdump:etdump_flatcc" ,
471
+ ]
472
+ filters = [
473
+ " .cpp$" ,
474
+ ]
475
+ # ---------------------------------- devtools end ----------------------------------
You can’t perform that action at this time.
0 commit comments