commit | 4b3585a4c3caa669f6a143e0b9e1bad0172e7dcf | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Wed Mar 19 17:03:34 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 17:03:34 2025 |
tree | e472c4877b6bdff5fdab1cc282b8af7774c16f6a | |
parent | fb126ff92968e9008ed42e8b5d5408c4a4d4d8bb [diff] |
Remove unused fields in chromium_android config. A number of fields in the chromium_android config are never read. Removing them simplifies the config. Change-Id: I6db0909dcd976f35601c4a9ab5c747bbdaf5dff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6369002 Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Garrett Beaty <gbeaty@google.com>
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.
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.