Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dlinker.go98 Exclude_runtime_libs []string `android:"arch_variant"` member
124 Exclude_runtime_libs []string
152 Exclude_runtime_libs []string
169 Exclude_runtime_libs []string
182 Exclude_runtime_libs []string
265 deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Exclude_runtime_libs)
290 …meLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_runtime_libs)
302 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Product.Exclude_runtime_libs)
315 …Libs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Recovery.Exclude_runtime_libs)
325 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Ramdisk.Exclude_runtime_libs)
[all …]