Searched refs:RuntimeLibs (Results 1 – 3 of 3) sorted by relevance
240 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…
249 RuntimeLibs []string `json:",omitempty"` member348 prop.RuntimeLibs = m.SnapshotRuntimeLibs()
108 RuntimeLibs []string member1906 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...)