skia2/infra/bots/recipes
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
..
swarm_compile.expected add gn_android_flavor 2016-08-29 13:14:55 -07:00
swarm_ct_skps.expected Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
swarm_housekeeper.expected Add extracting GM comments to the housekeeper bot. 2016-08-12 08:50:29 -07:00
swarm_perf.expected Apply gerrit ref if it is a Gerrit patch. 2016-08-24 05:07:06 -07:00
swarm_RecreateSKPs.expected [recipes] Remove build environment vars from default_env 2016-08-05 05:18:06 -07:00
swarm_test.expected Remove SVG serialization suppressions 2016-08-26 10:23:43 -07:00
swarm_trigger.expected Add Mac NDK asset, and fetch NDK on Android compile bots. 2016-08-26 11:22:54 -07:00
swarmbucket_wrapper.expected Add swarmbucket_wrapper recipe 2016-07-28 10:50:54 -07:00
swarm_compile.py add gn_android_flavor 2016-08-29 13:14:55 -07:00
swarm_ct_skps.py Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
swarm_housekeeper.py Add extracting GM comments to the housekeeper bot. 2016-08-12 08:50:29 -07:00
swarm_perf.py Apply gerrit ref if it is a Gerrit patch. 2016-08-24 05:07:06 -07:00
swarm_RecreateSKPs.py Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
swarm_test.py Remove SVG serialization suppressions 2016-08-26 10:23:43 -07:00
swarm_trigger.py Add Mac NDK asset, and fetch NDK on Android compile bots. 2016-08-26 11:22:54 -07:00
swarmbucket_wrapper.py Add swarmbucket_wrapper recipe 2016-07-28 10:50:54 -07:00