• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env gen_config
2
3# Copyright 2020 The ChromiumOS Authors
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7load("//config/util/config_bundle.star", "config_bundle")
8load("//config/util/program.star", program_util = "program")
9load("//program.star", "program")
10
11_CONFIG = config_bundle.create(
12    components = program.components,
13    programs = [program.fake, program.fake_a],
14)
15
16program_util.generate(_CONFIG)
17