blob: cc2e42e6b427a8dab394c472321a5d98f5688c3b [file] [log] [blame]
// Copyright 2024 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.clang;
message InputProperties {
// Git repository URL.
string repository = 1;
// Git revision.
string revision = 2;
// CIPD platform for the target.
string platform = 3;
}