Skip to content

Commit 56d5159

Browse files
docs-rollerCQ Bot
authored andcommitted
[gndoc] Update GN build arguments documentation
Roller-URL: https://ci.chromium.org/b/8811349685562058273 Cq-Cl-Tag: roller-builder:fuchsia-docs-roller Cq-Cl-Tag: roller-bid:8811349685562058273 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I2b7282d8541d57affc917ac7bb0f69137a38855a Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/690713 Commit-Queue: Docs Roller <[email protected]>
1 parent ab4baf2 commit 56d5159

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/gen/build_arguments.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ From //boards/arm64.gni:27
398398

399399
From //build/board.gni:17
400400

401-
**Current value for `target_cpu = "x64"`:** `["//bundles/packages/prod:drivers-system", "//src/devices/acpi:drivers", "//src/graphics/drivers/msd-intel-gen", "//src/media/audio/bundles:virtual_audio_driver"]`
401+
**Current value for `target_cpu = "x64"`:** `["//bundles/packages/prod:drivers-system", "//bundles/packages/prod:wifi_intel", "//src/devices/acpi:drivers", "//src/graphics/drivers/msd-intel-gen", "//src/media/audio/bundles:virtual_audio_driver"]`
402402

403403
From //boards/common/x64-common.gni:54
404404

@@ -510,7 +510,7 @@ From //build/board.gni:21
510510

511511
**Current value for `target_cpu = "x64"`:** `["//src/devices/sysmem/bin/sysmem_connector", "//src/graphics/bin/vulkan_loader", "//src/power/thermd", "//src/hwinfo:default_board_config", "//src/graphics/drivers/intel-gen/icd:libvulkan_intel_gen", "//src/graphics/lib/goldfish-vulkan/gnbuild:goldfish-vulkan", "//src/graphics/lib/goldfish-vulkan/gnbuild:goldfish-vulkan-config", "//src/media/codec/codecs/vaapi:codec_runner_intel_gen_prebuilt"]`
512512

513-
From //boards/common/x64-common.gni:61
513+
From //boards/common/x64-common.gni:62
514514

515515
**Overridden from the default:** `[]`
516516

@@ -1412,7 +1412,7 @@ Compiles with ares.
14121412

14131413
**Current value (from the default):** `false`
14141414

1415-
From [//third_party/grpc/BUILD.gn:13](https://fuchsia.googlesource.com/third_party/grpc/+/fc662b7964384b701af5bd3ce6994d2180080eb4/BUILD.gn#13)
1415+
From [//third_party/grpc/BUILD.gn:13](https://fuchsia.googlesource.com/third_party/grpc/+/53d69cc581c5b7305708587f4f1939278477c28a/BUILD.gn#13)
14161416

14171417
### enable_lock_dep
14181418
Enable kernel lock dependency tracking.
@@ -2162,11 +2162,14 @@ From //src/graphics/lib/compute/gn/glsl_shader_rules.gni:40
21622162
### grpc_use_static_linking
21632163
TODO(169395837): Somehow gRPC symbols cannot be found on Android.
21642164
Keep using static linking for now.
2165-
In windows use static linking.
2165+
In windows and mac use static linking.
2166+
Use static linking on Chrome OS as a workaround for the symbol lookup
2167+
error(crbug/1241330) due to a gRPC version mismatch between what Chrome
2168+
uses and what CrOS provides.
21662169

21672170
**Current value (from the default):** `false`
21682171

2169-
From [//third_party/grpc/BUILD.gn:18](https://fuchsia.googlesource.com/third_party/grpc/+/fc662b7964384b701af5bd3ce6994d2180080eb4/BUILD.gn#18)
2172+
From [//third_party/grpc/BUILD.gn:21](https://fuchsia.googlesource.com/third_party/grpc/+/53d69cc581c5b7305708587f4f1939278477c28a/BUILD.gn#21)
21702173

21712174
### hangcheck_timeout_ms
21722175
Set this to accommodate long running tests

0 commit comments

Comments
 (0)