Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go28 stl := m.SelectedStl()
49 SelectedStl string `blueprint:"mutated"` member
61 stl.Properties.SelectedStl = func() string {
160 switch stl.Properties.SelectedStl {
164 if stl.Properties.SelectedStl == "libc++" {
165 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
167 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
196 if stl.Properties.SelectedStl == "ndk_libc++_shared" {
197 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
199 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")
[all …]
Dlinkable.go118 SelectedStl() string methodSpec
/build/soong/rust/
Drust.go187 func (mod *Module) SelectedStl() string { func