blob: ad6fb7988954546a994479e3161c4040b91eccb5 [file] [log] [blame]
// Copyright 2021 The Fuchsia 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.fuchsia.contrib.gcc_toolchain;
message InputProperties {
// List of builders to trigger. Format: "<project>/<trigger name>".
repeated string builders = 1;
}