Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go240 deps.RuntimeLibs = append(deps.RuntimeLibs, linker.Properties.Runtime_libs...)
274 …deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_ru…
286 …deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Product.Exclude_r…
Dvendor_snapshot.go249 RuntimeLibs []string `json:",omitempty"` member
348 prop.RuntimeLibs = m.SnapshotRuntimeLibs()
Dcc.go108 RuntimeLibs []string member
1906 deps.RuntimeLibs = android.LastUniqueStrings(deps.RuntimeLibs)
2099 for idx, lib := range deps.RuntimeLibs {
2100 deps.RuntimeLibs[idx] = rewriteSnapshotLib(lib, getSnapshot().SharedLibs)
2222 }, runtimeDepTag, deps.RuntimeLibs...)