| # Copyright 2020 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. |
| |
| # DO NOT MANUALLY EDIT! |
| # Generated by //scripts/sdk/gn/generate.py. |
| |
| |
| assert(current_os == "fuchsia") |
| |
| import("fuchsia_sdk_pkg.gni") |
| |
| # This template is used to create build targets |
| # that test the generated build targets. It does not |
| # have any practical use outside testing. |
| template("fuchsia_sdk_test_targets") { |
| not_needed(["invoker"]) |
| group(target_name) { |
| deps = [ |
| "${fuchsia_sdk}/fidl/fuchsia.process", |
| ] |
| } |
| } |