tree: 0488d6eaa7f8948eece185ba232994434558ee7b [path history] [tgz]
  1. MAINTAINERS
  2. README.md
public/README.md

GN integration for Zircon

This directory hosts generated GN files for Zircon. These files are created automatically as part of the build by //build/zircon/create_gn_rules.py and should never be manually edited.

In order to expose a Zircon module to GN, set the MODULE_PACKAGE attribute in its rules.mk build file. The possible values are:

  • bin: the module is exposed as a host application;
  • src: the module's sources are published;
  • shared: the module is exposed as a precompiled shared library;
  • static: the module is exposed as a precompiled static library; Note that this currently only applies to ulib and hostapp modules.