From a317abc03622edc6481eb86323007d8a798f204b Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Fri, 17 Apr 2020 13:07:37 -0700 Subject: [PATCH] [fuchsia] Remove redundant libs (flutter/engine#16826) Fixes: #43926 --- engine/src/flutter/tools/fuchsia/fuchsia_libs.gni | 8 -------- 1 file changed, 8 deletions(-) diff --git a/engine/src/flutter/tools/fuchsia/fuchsia_libs.gni b/engine/src/flutter/tools/fuchsia/fuchsia_libs.gni index 75443f96a65..c62105541c8 100644 --- a/engine/src/flutter/tools/fuchsia/fuchsia_libs.gni +++ b/engine/src/flutter/tools/fuchsia/fuchsia_libs.gni @@ -38,14 +38,6 @@ common_libs = [ name = "libtrace-provider-so.so" path = rebase_path("$fuchsia_sdk_dist") }, - { - name = "libzircon.so" - path = rebase_path("$sysroot_lib") - }, - { - name = "libc.so" - path = rebase_path("$sysroot_lib") - }, { name = "ld.so.1" path = rebase_path("$sysroot_dist_lib")