diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 5b58dbd2d..8e94880e2 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 adbc87ba1..d65e3f927 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", ],