From 6e586e1ad29039d51c66c1eedce3d25a5dd49b81 Mon Sep 17 00:00:00 2001 From: Chong Gu Date: Thu, 31 Aug 2023 17:49:35 +0000 Subject: [PATCH] [Fuchsia] Remove fuchsia_target_api_level from .gn We get this automatically from the //build checkout now Bug: chromium:1432399 Change-Id: I223d7c5448244ed62821207068f979555617da57 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/318560 Auto-Submit: Chong Gu Reviewed-by: Stefan Holmer Commit-Queue: Stefan Holmer Reviewed-by: Zijie He Cr-Commit-Position: refs/heads/main@{#40686} --- .gn | 1 - 1 file changed, 1 deletion(-) diff --git a/.gn b/.gn index c6f95032d2..b9948d2fcd 100644 --- a/.gn +++ b/.gn @@ -74,5 +74,4 @@ default_args = { # Chromium fix resolves the problem. fuchsia_sdk_readelf_exec = "//third_party/llvm-build/Release+Asserts/bin/llvm-readelf" - fuchsia_target_api_level = 11 }