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