1*523fa7a6SAndroid Build Coastguard Workerload("@fbsource//xplat/executorch/kernels/test:util.bzl", "define_supported_features_lib") 2*523fa7a6SAndroid Build Coastguard Worker 3*523fa7a6SAndroid Build Coastguard Workerdef define_common_targets(): 4*523fa7a6SAndroid Build Coastguard Worker """Defines targets that should be shared between fbcode and xplat. 5*523fa7a6SAndroid Build Coastguard Worker 6*523fa7a6SAndroid Build Coastguard Worker The directory containing this targets.bzl file should also contain both 7*523fa7a6SAndroid Build Coastguard Worker TARGETS and BUCK files that call this function. 8*523fa7a6SAndroid Build Coastguard Worker """ 9*523fa7a6SAndroid Build Coastguard Worker define_supported_features_lib() 10