blob: d85da249b30ab5015d6c983d3e09748504a91bbe [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.bloaty;
message InputProperties {
// Bloaty repository URL.
string repository = 1;
// Target platform.
string platform = 2;
}