Skip to main content
This is a top-level module for creating configuration transitions and build setting descriptors which describe what kind of build setting (if any) a rule is. ex: the following rule is marked as a build setting by setting the build_setting parameter of the rule() function. Specifically it is a build setting of type int and is a flag which means this build setting is callable on the command line.

Members

bool

A bool-typed build setting

Parameters

exec

Creates an execution transition.

Parameters

int

An integer-typed build setting

Parameters

string

A string-typed build setting

Parameters

string_list

A string list-typed build setting. On the command line pass a list using comma-separated value like --//my/setting=foo,bar.

Parameters