• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Cuttlefish GN Build Flags
2Note: GN Flags are Build time flags
3You can get a comprehensive list of all arguments supported by gn by running the
4command gn args --list out/some-directory (the directory passed to gn args is
5required as gn args will invokes gn gen to generate the build.ninja files).
6## is_cuttlefish (BUILDFLAG(PLATFORM_CUTTLEFISH))
7Flag for building chromium for Cuttlefish devices.
8
9