fuchsia.buildinfo

Added: 7

PROTOCOLS

Provider

Defined in fuchsia.buildinfo/buildinfo.fidl

Returns build information about a Fuchsia system.

GetBuildInfo

Returns a table of build information.

Request

<EMPTY>

Response

NameType
build_info BuildInfo

TABLES

BuildInfo

Defined in fuchsia.buildinfo/buildinfo.fidl

OrdinalFieldTypeDescription
product_config string[100]

A description of the product configuration used at build time, determined by the value passed as PRODUCT in 'fx set'. See 'fx list-products' for a list of possible values.

board_config string[100]

A description of the board configuration used at build time, determined by the value passed as BOARD in 'fx set'. See fx list-boards for a list of possible values.

version string[100]

A description of the version of the build. Defaults to the same string as latest_commit_date.

latest_commit_date string[100]

The timestamp of the most recent commit to the integration repository (specifically, the "CommitDate" field) formatted in strict ISO 8601 format in the UTC timezone. Example: "2019-03-28T15:42:20+00:00"

CONSTANTS

NameValueTypeDescription
MAX_STRING_LENGTH 100 uint64