blob: 7fde28f47abd4ffe5a6b96ff2c92b7c1c94a488a [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# GN args template for blimp Android client.
2#
3# Add import to arg.gn in out directory and run gn gen on the directory to use.
4# E.g. for out directory out/foo:
5# echo "import(\"//build/args/blimp_client.gn\")" > out/foo/args.gn
6# gn gen out/foo
7#
8# Use gn args to add your own build preference args.
9
10target_os = "android"
11is_component_build = true