Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go102 Exclude_runtime_libs []string `android:"arch_variant"` member
132 Exclude_runtime_libs []string
160 Exclude_runtime_libs []string
177 Exclude_runtime_libs []string
190 Exclude_runtime_libs []string
309 deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Exclude_runtime_libs)
335 …meLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_runtime_libs)
347 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Product.Exclude_runtime_libs)
360 …Libs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Recovery.Exclude_runtime_libs)
370 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Ramdisk.Exclude_runtime_libs)
[all …]