0

[Fuchsia] Update fuchsia_target_api_level to 12

Also remove no longer needed override in .gn file.

Bug: 1465711
Change-Id: I0d4786772805741a84106758e15910ec621d5d6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4807389
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Chong Gu <chonggu@google.com>
Commit-Queue: Chong Gu <chonggu@google.com>
Reviewed-by: Zijie He <zijiehe@google.com>
Commit-Queue: Zijie He <zijiehe@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#1187458}
This commit is contained in:
Chong Gu
2023-08-23 20:23:58 +00:00
committed by Chromium LUCI CQ
parent a5f85dd635
commit 059f71a2d7
2 changed files with 1 additions and 2 deletions
.gn
build/config/fuchsia

1
.gn

@ -58,7 +58,6 @@ default_args = {
# Overwrite default args declared in the Fuchsia sdk
fuchsia_sdk_readelf_exec =
"//third_party/llvm-build/Release+Asserts/bin/llvm-readelf"
fuchsia_target_api_level = 11
devtools_visibility = [ "*" ]
}

@ -9,7 +9,7 @@ declare_args() {
# value to specify the API level the packages produced from this repository
# should be targeting, e.g. in their top-level //.gn file. A value of -1
# means that no API level will be passed to the tools that consumes it.
fuchsia_target_api_level = 11
fuchsia_target_api_level = 12
# Path to the fuchsia SDK. This is intended for use in other templates &
# rules to reference the contents of the fuchsia SDK.