RELNOTES: Allow CROSSTOOL files to have linker flags specific to static shared libraries.

PiperOrigin-RevId: 146655595
This commit is contained in:
Googler 2017-02-06 14:59:49 +01:00 committed by Marcel Hlopko
parent 120d8ee3a6
commit fe7d55ba32
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ enum LinkingMode {
FULLY_STATIC = 1;
MOSTLY_STATIC = 2;
DYNAMIC = 3;
MOSTLY_STATIC_LIBRARIES = 4;
}
message LinkingModeFlags {