// Copyright 2022 The Chromium OS 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.crosvm.build_linux; message BuildLinuxProperties { // Architecture to test. See `crosvm/tools/run_tests` optional string test_arch = 1; }