Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go29 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")
[all …]
Dcc.go767 return stl.Properties.SelectedStl
1482 fromStl := from.stl.Properties.SelectedStl
1483 toStl := to.stl.Properties.SelectedStl
1492 from.stl.Properties.SelectedStl, ctx.OtherModuleName(to),
1493 to.stl.Properties.SelectedStl)