From eddc92f216ed19fd6daffc70f0ec3a96993e881a Mon Sep 17 00:00:00 2001 From: Cullen Walsh Date: Wed, 11 Sep 2024 18:01:30 -0700 Subject: [PATCH] Add missing buck shim file Summary: Prevented `root//folly/buck_config/...` in folly from building Reviewed By: zpao Differential Revision: D62516926 fbshipit-source-id: 1a0c2807272bacf2a392e8ce086cfad79a0f1ac3 --- shim/tools/build_defs/fb_native_wrapper.bzl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shim/tools/build_defs/fb_native_wrapper.bzl diff --git a/shim/tools/build_defs/fb_native_wrapper.bzl b/shim/tools/build_defs/fb_native_wrapper.bzl new file mode 100644 index 00000000000..f6795d7ff43 --- /dev/null +++ b/shim/tools/build_defs/fb_native_wrapper.bzl @@ -0,0 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under both the MIT license found in the +# LICENSE-MIT file in the root directory of this source tree and the Apache +# License, Version 2.0 found in the LICENSE-APACHE file in the root directory +# of this source tree. + +fb_native = native