Add expand_if_equal crosstool.proto message

This will be used by LibrariesToLinkValue to switch on many different types of
libraries.

RELNOTES: NONE.
PiperOrigin-RevId: 143438434
This commit is contained in:
hlopko 2017-01-03 15:28:07 +01:00 committed by Marcel Hlopko
parent 460dbed363
commit 9cc6bd0f71
1 changed files with 8 additions and 0 deletions

View File

@ -106,6 +106,14 @@ message CToolchain {
optional string expand_if_true = 5;
optional string expand_if_false = 6;
optional VariableWithValue expand_if_equal = 7;
}
message VariableWithValue {
required string variable = 1;
required string value = 2;
}
// A key/value pair to be added as an environment variable. The value of