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