xref: /aosp_15_r20/external/executorch/examples/devtools/example_runner/TARGETS (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1# Any targets that should be shared between fbcode and xplat must be defined in
2# targets.bzl. This file can contain fbcode-only targets.
3
4load(":targets.bzl", "define_common_targets")
5
6oncall("executorch")
7
8define_common_targets()
9