tree: ddafd4ba29cf2ebdb2e1d75fe0859246093aee4d [path history] [tgz]
  1. README.md
  2. wrappers.gni
  3. zx_binary.gni
  4. zx_driver.gni
  5. zx_executable.gni
  6. zx_host_tool.gni
  7. zx_library.gni
  8. zx_manifest.gni
  9. zx_test.gni
  10. zx_test_driver.gni
zircon/public/gn/unification/README.md

Build unification

The various templates defined in this folder are used to help with the migration of elements of the zircon build into the greater Fuchsia build.

zx_* templates wrap existing target types and add a metadata generation step. The resulting metadata is used in the Fuchsia build.

For more details, please visit http://fxb/3367.