crosvm/infra/recipes/build_chromeos.proto

13 lines
309 B
Protocol Buffer
Raw Normal View History

// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.crosvm.build_chromeos;
message BuildChromeOsProperties {
// ChromeOS board to build and test
optional string board = 1;
}