| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # This file is based on | |
| # https://pigweed.googlesource.com/pigweed/sample_project/+/refs/heads/main/build_overrides/pigweed.gni | |
| # This file is imported by all Pigweed modules. | |
| declare_args() { | |
| # Location of the Pigweed repository. | |
| dir_pigweed = "//third_party/pigweed/src" | |
| } | |
| import("$dir_pigweed/modules.gni") |