Clone this repo:
  1. 41f66c5 report androidx cipd packages by Chenlin Fan · 3 hours ago main
  2. df5163d [devtools] Correct upload arg --cc by Liviu Rau · 3 days ago
  3. f7dac24 [devtools] Exclude CfT deps from trusted rolls by Liviu Rau · 3 days ago
  4. 9bdd2fb ART: Fix cherry-picks for non-art projects by David Srbecky · 3 days ago
  5. 2fc231b Roll recipe dependencies (trivial). by recipe-roller · 3 days ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.