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
Name | Type |
---|---|
build_info |
BuildInfo
|
TABLES
BuildInfo
Defined in fuchsia.buildinfo/buildinfo.fidl
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
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. |
2 |
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 |
3 |
version |
string:100
|
A description of the version of the build. Defaults to the same string as latest_commit_date. |
4 |
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" |
5 |
platform_version |
string:100
|
The version of the Fuchsia platform included in the build. Provided by Assembly from platform artifacts. Added: HEAD
|
6 |
product_version |
string:100
|
The product version of this build.
Provided in Assembly product configuration.
Defaults to the same value as Added: HEAD
|
CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
MAX_STRING_LENGTH |
100
|
uint64 |