Remove spurious include of GNI in //flutter. (#342)

The buildroot may no include targets from the engine repo. Besides, this one
was unused.
This commit is contained in:
Chinmay Garde 2020-02-03 12:02:35 -08:00 committed by GitHub
parent 5a4daa3f6f
commit 02b77827fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]
}