• Home
Name Date Size #Lines LOC

..--

BUILD.gnD04-Jul-2025344 129

README.mdD04-Jul-2025401 97

buildflags.gniD04-Jul-2025225 97

README.md

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