Lines Matching refs:SelectedStl
29 stl := m.SelectedStl()
50 SelectedStl string `blueprint:"mutated"` member
62 stl.Properties.SelectedStl = func() string {
167 switch stl.Properties.SelectedStl {
171 if stl.Properties.SelectedStl == "libc++" {
172 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
174 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
203 if stl.Properties.SelectedStl == "ndk_libc++_shared" {
204 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
206 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")
217 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
224 switch stl.Properties.SelectedStl {
277 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))