Lines Matching refs:SelectedStl
29 stl := m.stl.Properties.SelectedStl
50 SelectedStl string `blueprint:"mutated"` member
62 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")
192 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
199 switch stl.Properties.SelectedStl {
264 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))