Skip to content
Snippets Groups Projects
Commit 4983e9ff authored by Johan Lorenzo's avatar Johan Lorenzo Committed by mergify[bot]
Browse files

Bug 1807237 - part 4: Rename `build_config:loader` into `build_config:components_loader`

parent ccccec66
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from taskgraph.util.templates import merge
from ..build_config import get_components
def loader(kind, path, config, params, loaded_tasks):
def components_loader(kind, path, config, params, loaded_tasks):
not_for_components = config.get("not-for-components", [])
tasks = {
'{}{}'.format(
......
......@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: android_taskgraph.loader.build_config:loader
loader: android_taskgraph.loader.build_config:components_loader
transforms:
- android_taskgraph.transforms.build:transforms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment