bool_flag

A bool-typed build setting that can be set on the command line

Attributes

bool_setting

A bool-typed build setting that cannot be set on the command line

Attributes

int_flag

An int-typed build setting that can be set on the command line

Attributes

int_setting

An int-typed build setting that cannot be set on the command line

Attributes

string_flag

A string-typed build setting that can be set on the command line

Attributes

string_list_flag

A string list-typed build setting that can be set on the command line

Attributes

string_list_setting

A string list-typed build setting that cannot be set on the command line

Attributes

string_setting

A string-typed build setting that cannot be set on the command line

Attributes

BuildSettingInfo

A singleton provider that contains the raw value of a build setting

Fields