diff --git a/TARGETS b/TARGETS index 325efd514..be6ef9f25 100644 --- a/TARGETS +++ b/TARGETS @@ -4,6 +4,8 @@ # This file is a Facebook-specific integration for buck builds, so can # only be validated by Facebook employees. # +# @noautodeps @nocodemods + load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders") load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") load(":defs.bzl", "test_binary") diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index f3790d4a6..0c5f11b2e 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -11,6 +11,8 @@ rocksdb_target_header_template = \ # This file is a Facebook-specific integration for buck builds, so can # only be validated by Facebook employees. # +# @noautodeps @nocodemods + load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders") load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") load(":defs.bzl", "test_binary")