Searched refs:SelectedStl (Results 1 – 2 of 2) sorted by relevance
29 stl := m.stl.Properties.SelectedStl50 SelectedStl string `blueprint:"mutated"` member62 stl.Properties.SelectedStl = func() string {155 switch stl.Properties.SelectedStl {159 if stl.Properties.SelectedStl == "libc++" {160 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)162 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)180 if stl.Properties.SelectedStl == "ndk_libc++_shared" {181 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)183 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")[all …]
767 return stl.Properties.SelectedStl1482 fromStl := from.stl.Properties.SelectedStl1483 toStl := to.stl.Properties.SelectedStl1492 from.stl.Properties.SelectedStl, ctx.OtherModuleName(to),1493 to.stl.Properties.SelectedStl)