blob: 182323207d54161198f7df76f4ec1a78d17a0375 [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. All rights reserved. Use of
// this source code is governed by a BSD-style license that can be found in the
// LICENSE file.
syntax = "proto3";
package recipes.dart.release.debian;
message Debian {
// Whether to disable generating the BCID provenance.
bool disable_bcid = 1;
}