blob: de543469a6e2d4cfc77fc9c7c0691072f5553fc7 [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.
repeated string builders = 1;
}