From 02b77827fd4ac639f1c048c6340262cdb4c2a3ab Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 3 Feb 2020 12:02:35 -0800 Subject: [PATCH] Remove spurious include of GNI in //flutter. (#342) The buildroot may no include targets from the engine repo. Besides, this one was unused. --- build/secondary/third_party/libcxxabi/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/secondary/third_party/libcxxabi/BUILD.gn b/build/secondary/third_party/libcxxabi/BUILD.gn index b41e29e78de..afaa50d3158 100644 --- a/build/secondary/third_party/libcxxabi/BUILD.gn +++ b/build/secondary/third_party/libcxxabi/BUILD.gn @@ -2,8 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("$flutter_root/common/config.gni") - config("libcxxabi_config") { include_dirs = [ "include" ] }