#!/usr/bin/env lucicfg # # Copyright 2025 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Package declaration for the Angle project.""" pkg.declare( name = "@angle-project", lucicfg = "1.45.8", ) pkg.options.lint_checks([ "all", ]) pkg.entrypoint("main.star") pkg.depend( name = "@chromium-luci", source = pkg.source.googlesource( host = "chromium", repo = "infra/chromium", ref = "refs/heads/main", path = "starlark-libs/chromium-luci", revision = "2d8e824a5ef7c1df354264bf260586809b155c73", ), ) pkg.depend( name = "@chromium-targets", source = pkg.source.googlesource( host = "chromium", repo = "chromium/src", ref = "refs/heads/main", path = "infra/config/targets", revision = "f02438f5938ae6bc35347a13b3115f8f35fc9c1f", ), )