11 lines
351 B
Text
11 lines
351 B
Text
# GN args template for blimp Android client.
|
|
#
|
|
# Add import to arg.gn in out directory and run gn gen on the directory to use.
|
|
# E.g. for out directory out/foo:
|
|
# echo "import(\"//build/args/blimp_client.gn\")" > out/foo/args.gn
|
|
# gn gen out/foo
|
|
#
|
|
# Use gn args to add your own build preference args.
|
|
|
|
target_os = "android"
|
|
is_component_build = true
|