From 5104c10ffb94cdee33ab256bf8ca22bb38f9885b Mon Sep 17 00:00:00 2001 From: Hui Xiao Date: Wed, 2 Feb 2022 20:38:41 -0800 Subject: [PATCH] Update TARGETS and related scripts Reviewed By: ajkr Differential Revision: D33962843 fbshipit-source-id: 9c4e4c46403e50549d341237bae0f495b26c5613 --- TARGETS | 2 ++ buckifier/targets_cfg.py | 2 ++ 2 files changed, 4 insertions(+) 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")