Set Fuchsia Api level + update SDK version

Based on https://chromium-review.googlesource.com/c/chromium/src/+/3858115/

No-Try: True
Bug: b/232740856
Change-Id: Ia489f330cfc5984d887cccdbcf9722331750420d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275481
Commit-Queue: Christoffer Jansson <jansson@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38073}
This commit is contained in:
Christoffer Jansson 2022-09-14 09:55:50 +02:00 committed by WebRTC LUCI CQ
parent f21ec6bd05
commit a0adeb7059
2 changed files with 8 additions and 1 deletions

7
.gn
View File

@ -68,4 +68,11 @@ default_args = {
# Prevent jsoncpp to pass -Wno-deprecated-declarations to users
jsoncpp_no_deprecated_declarations = false
# Fixes the abi-revision issue.
# TODO(https://bugs.webrtc.org/14437): Remove this section if general
# Chromium fix resolves the problem.
fuchsia_sdk_readelf_exec =
"//third_party/llvm-build/Release+Asserts/bin/llvm-readelf"
fuchsia_target_api_level = 9
}

2
DEPS
View File

@ -20,7 +20,7 @@ vars = {
# By default, download the fuchsia sdk from the public sdk directory.
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
'fuchsia_version': 'version:9.20220831.2.1',
'fuchsia_version': 'version:9.20220912.3.1',
# By default, do not check out the re-client binaries.
'checkout_reclient': False,