1#!/usr/bin/env lucicfg generate
2# Copyright 2020 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# This is the main entry point for the generation of configuration.
7# Invoking (lucicfg is included with depot_tools):
8# lucicfg generate ./main.star
9# will update the configuration.
10
11
12load("//metadata/generate.star", "generate")
13generate()
14