blob: 7a5b9d98d152277bf1473de4019e80cca276e335 [file] [log] [blame]
// Copyright 2022 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.ninja;
message InputProperties {
// Target platform.
string platform = 1;
}