blob: 77d8eebad038890f82a191d985a10bc18b0f0c5e [file] [log] [blame]
# 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.
import("//build/dist/resource.gni")
# Entry point for all general purpose GN templates for building and testing
# Fuchsia components.
# See: https://fuchsia.dev/fuchsia-src/development/components/build
import("fuchsia_component.gni")
import("fuchsia_package.gni")
import("fuchsia_package_with_single_component.gni")
import("fuchsia_shell_package.gni")
import("fuchsia_test.gni")
import("fuchsia_test_package.gni")
import("fuchsia_unittest_component.gni")
import("fuchsia_unittest_package.gni")