tree: 81dc120f004476f9d3b0c05147cd7be0d7fc6268 [path history] [tgz]
  1. cmx/
  2. tests/
  3. BUILD.gn
  4. fuchsia_component.gni
  5. fuchsia_package.gni
  6. fuchsia_package_archive.gni
  7. fuchsia_package_with_single_component.gni
  8. fuchsia_shell_package.gni
  9. fuchsia_structured_config.gni
  10. fuchsia_system_package.gni
  11. fuchsia_test.gni
  12. fuchsia_test_component.gni
  13. fuchsia_test_component_manifest.gni
  14. fuchsia_test_package.gni
  15. fuchsia_unittest_component.gni
  16. fuchsia_unittest_package.gni
  17. OWNERS
  18. README.md
build/components/README.md

GN templates for building and testing components.

GN templates for defining Fuchsia components and packages for production and testing.

See: [https://fuchsia.dev/fuchsia-src/development/components/build]

Using

Add this line to your BUILD.gn file:

import("//build/components.gni")

Examples

See the tests under tests/ for usage examples. See individual .gni files for more details.