Skip to content

Commit 39295b0

Browse files
victorgomesV8 LUCI CQ
authored and
V8 LUCI CQ
committed
[fuchsia] Add API target level default value
Bug: chromium:1357478 Change-Id: I6c412efa9ecc57fd8fbd47a5753c7731558df3b1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3859353 Reviewed-by: Wez <[email protected]> Commit-Queue: Victor Gomes <[email protected]> Auto-Submit: Victor Gomes <[email protected]> Reviewed-by: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/main@{#82784}
1 parent 539f479 commit 39295b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gn

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ no_check_targets = [
2424
"//third_party/icu:*",
2525
]
2626

27+
default_args = {
28+
# Overwrite default args declared in the Fuchsia sdk
29+
# Please maintain this in sync with Chromium version in src/.gn
30+
fuchsia_target_api_level = 9
31+
}
32+
2733
# These are the list of GN files that run exec_script. This whitelist exists
2834
# to force additional review for new uses of exec_script, which is strongly
2935
# discouraged except for gypi_to_gn calls.

0 commit comments

Comments
 (0)