Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | build |
Functions | |
def | build.BuildOptions () |
def | build.NotifyBuildDone (build_config, success, start) |
def | build.UseRBE (out_dir) |
def | build.StartRBE (out_dir, env) |
def | build.StopRBE (env) |
def | build.BuildOneConfig (options, targets, target_os, mode, arch, sanitizer, env) |
def | build.RunOneBuildCommand (build_config, args, env) |
def | build.CheckCleanBuild (build_config, args, env) |
def | build.SanitizerEnvironmentVariables () |
def | build.Build (configs, env, options) |
def | build.Main () |
Variables | |
build.HOST_OS = utils.GuessOS() | |
build.HOST_CPUS = utils.GuessCpus() | |
build.SCRIPT_DIR = os.path.dirname(sys.argv[0]) | |
build.DART_ROOT = os.path.realpath(os.path.join(SCRIPT_DIR, '..')) | |
build.AVAILABLE_ARCHS = utils.ARCH_FAMILY.keys() | |
string | build.usage |
bool | build.rbe_started = False |
build.bootstrap_path = None | |