Home
last modified time | relevance | path

Searched refs:SelectedStl (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dstl.go28 SelectedStl string `blueprint:"mutated"` member
42 stl.Properties.SelectedStl = func() string {
88 switch stl.Properties.SelectedStl {
91 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
94 if stl.Properties.SelectedStl == "libc++" {
95 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
97 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
117 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
119 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
121 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
[all …]