skia2/infra/bots/recipe_modules/flavor
mtklein 82023d590c add gn_android_flavor
This ought to support compiles for now.

Am I picking up my CIPD ndk packages right?

The main thing to note is that I'm passing the target_arch directly through
as target_cpu.  This means these bots will have a slightly different naming
convention than we've been using, but it'll agree with what you must type
yourself when using GN to build for Android:

  - Arm7 -> arm
  - Arm64 -> arm64
  - Mips -> mipsel
  - Mips64 -> mips64el
  - x86 -> x86 (unchanged)
  - x86_64 -> x64

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2292663002

Review-Url: https://codereview.chromium.org/2292663002
2016-08-29 13:14:55 -07:00
..
__init__.py [recipes] Smush the rest of builder_spec into appropriate places, other cleanup 2016-08-08 04:34:01 -07:00
android_flavor.py Use SVGs CIPD package and use SVG as a DM source. 2016-08-11 12:36:58 -07:00
api.py add gn_android_flavor 2016-08-29 13:14:55 -07:00
cmake_flavor.py [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
coverage_flavor.py [recipes] Fixes for Coverage bot 2016-08-04 12:16:03 -07:00
default_flavor.py Use SVGs CIPD package and use SVG as a DM source. 2016-08-11 12:36:58 -07:00
gn_android_flavor.py add gn_android_flavor 2016-08-29 13:14:55 -07:00
gn_flavor.py GN: support compiler_prefix, use it for ccache on bots. 2016-08-26 13:43:19 -07:00
ios_flavor.py Use SVGs CIPD package and use SVG as a DM source. 2016-08-11 12:36:58 -07:00
pdfium_flavor.py [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
valgrind_flavor.py Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
xsan_flavor.py [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00