Lines Matching refs:Exclude_runtime_libs
111 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)
392 … removeListFromList(deps.RuntimeLibs, linker.Properties.Target.Vendor_ramdisk.Exclude_runtime_libs)