From 47d2cfeac5addb24f8fcfbeeb2cb8ff11a604e7a Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Sun, 19 Mar 2017 13:59:41 -0700 Subject: [PATCH] Whitelist some stuff in React Reviewed By: mzlee Differential Revision: D4731968 fbshipit-source-id: 1d1ae12a50beef4cd024a467427ec3b6cd446f4c --- ReactCommon/cxxreact/BUCK | 1 + ReactCommon/microprofiler/BUCK | 1 + 2 files changed, 2 insertions(+) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 5b58dbd2dc2..8e94880e254 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -93,6 +93,7 @@ cxx_library( ], force_static = True, header_namespace = "cxxreact", + labels = ["accounts_for_platform_and_build_mode_flags"], visibility = [ "PUBLIC", ], diff --git a/ReactCommon/microprofiler/BUCK b/ReactCommon/microprofiler/BUCK index adbc87ba120..d65e3f927d7 100644 --- a/ReactCommon/microprofiler/BUCK +++ b/ReactCommon/microprofiler/BUCK @@ -14,6 +14,7 @@ cxx_library( ], force_static = True, header_namespace = "microprofiler", + labels = ["accounts_for_platform_and_build_mode_flags"], visibility = [ "PUBLIC", ],