You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gen/build_arguments.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ From //boards/arm64.gni:27
398
398
399
399
From //build/board.gni:17
400
400
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"]`
402
402
403
403
From //boards/common/x64-common.gni:54
404
404
@@ -510,7 +510,7 @@ From //build/board.gni:21
510
510
511
511
**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"]`
512
512
513
-
From //boards/common/x64-common.gni:61
513
+
From //boards/common/x64-common.gni:62
514
514
515
515
**Overridden from the default:**`[]`
516
516
@@ -1412,7 +1412,7 @@ Compiles with ares.
1412
1412
1413
1413
**Current value (from the default):**`false`
1414
1414
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)
1416
1416
1417
1417
### enable_lock_dep
1418
1418
Enable kernel lock dependency tracking.
@@ -2162,11 +2162,14 @@ From //src/graphics/lib/compute/gn/glsl_shader_rules.gni:40
2162
2162
### grpc_use_static_linking
2163
2163
TODO(169395837): Somehow gRPC symbols cannot be found on Android.
2164
2164
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.
2166
2169
2167
2170
**Current value (from the default):**`false`
2168
2171
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)
0 commit comments