From 736663aada4420d53150064a8b46d1adee87b6e2 Mon Sep 17 00:00:00 2001 From: Martin Turon Date: Mon, 13 Jul 2020 11:10:50 -0700 Subject: [PATCH] [shell] Strip out unneeded gni file. --- config/linux/args.gni | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 config/linux/args.gni diff --git a/config/linux/args.gni b/config/linux/args.gni deleted file mode 100644 index 437783e4558d71..00000000000000 --- a/config/linux/args.gni +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) 2020 Project CHIP Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import("//build_overrides/chip.gni") - -import("${chip_root}/src/platform/Linux/args.gni") - -project_config_include_dirs = rebase_path([ "." ]) -ble_project_config_include = "" -chip_device_project_config_include = "" -chip_project_config_include = "" -inet_project_config_include = "" -system_project_config_include = ""