blob: 5ab09081fb478e750cc9f4985530e033394a121b [file] [log] [blame]
syntax = "proto3";
package chromiumos_overlay;
option go_package = "go.chromium.org/chromiumos/config/go/src/third_party/chromiumos-overlay/proto";
import "src/third_party/chromiumos-overlay/proto/build_target_config_id.proto";
message BuildTargetConfig {
BuildTargetConfigId id = 1;
// The name of the overlay to use, e.g. "amd64-generic"
string overlay = 2;
}