xref: /aosp_15_r20/external/executorch/runtime/backend/test/targets.bzl (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1def define_common_targets():
2    """Defines targets that should be shared between fbcode and xplat.
3
4    The directory containing this targets.bzl file should also contain both
5    TARGETS and BUCK files that call this function.
6    """
7    pass
8