• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
3load(":targets.bzl", "define_common_targets")
4
5oncall("executorch")
6
7define_common_targets()
8