Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dlinker.go111 Exclude_runtime_libs []string `android:"arch_variant"` member
141 Exclude_runtime_libs []string
169 Exclude_runtime_libs []string
186 Exclude_runtime_libs []string
199 Exclude_runtime_libs []string
316 deps.RuntimeLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Exclude_runtime_libs)
347 …meLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor.Exclude_runtime_libs)
360 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Product.Exclude_runtime_libs)
373 …Libs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Recovery.Exclude_runtime_libs)
383 …eLibs = removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Ramdisk.Exclude_runtime_libs)
[all …]