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