Searched defs:LibraryMutatedProperties (Results 1 – 2 of 2) sorted by relevance
73 type LibraryMutatedProperties struct { struct75 BuildDylib bool `blueprint:"mutated"`77 BuildRlib bool `blueprint:"mutated"`79 BuildShared bool `blueprint:"mutated"`81 BuildStatic bool `blueprint:"mutated"`84 VariantIsDylib bool `blueprint:"mutated"`86 VariantIsRlib bool `blueprint:"mutated"`88 VariantIsShared bool `blueprint:"mutated"`90 VariantIsStatic bool `blueprint:"mutated"`92 VariantIsSource bool `blueprint:"mutated"`[all …]
168 type LibraryMutatedProperties struct { struct170 BuildStatic bool `blueprint:"mutated"`172 BuildShared bool `blueprint:"mutated"`174 VariantIsShared bool `blueprint:"mutated"`176 VariantIsStatic bool `blueprint:"mutated"`179 BuildStubs bool `blueprint:"mutated"`181 IsLatestVersion bool `blueprint:"mutated"`183 StubsVersion string `blueprint:"mutated"`185 AllStubsVersions []string `blueprint:"mutated"`