tree: e87e61e8214447bb12e87fd8e80db6a5bc285198 [path history] [tgz]
  1. tests/
  2. BUILD.gn
  3. components.gni
  4. fuchsia_component.gni
  5. fuchsia_package.gni
  6. fuchsia_test.gni
  7. fuchsia_test_package.gni
  8. fuchsia_unittest_package.gni
  9. README.md
src/sys/build/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("//src/sys/build/components.gni")

Examples

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