Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go222 deps.RuntimeLibs = append(deps.RuntimeLibs, linker.Properties.Runtime_libs...)
246 …deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_ru…
Dvendor_snapshot.go675 RuntimeLibs []string `json:",omitempty"`
695 prop.RuntimeLibs = m.Properties.SnapshotRuntimeLibs
Dcc.go97 RuntimeLibs []string member
1696 deps.RuntimeLibs = android.LastUniqueStrings(deps.RuntimeLibs)
1832 for idx, lib := range deps.RuntimeLibs {
1833 deps.RuntimeLibs[idx] = rewriteVendorLibs(lib)
1993 }, runtimeDepTag, deps.RuntimeLibs...)