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