Searched refs:Exclude_shared_libs (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | linker.go | 120 Exclude_shared_libs []string 148 Exclude_shared_libs []string 169 Exclude_shared_libs []string 182 Exclude_shared_libs []string 205 Exclude_shared_libs []string 210 Exclude_shared_libs []string 234 Exclude_shared_libs []string `android:"arch_variant"` member 306 deps.SharedLibs = removeListFromList(deps.SharedLibs, linker.Properties.Exclude_shared_libs) 318 …LibsForApex = append(deps.ExcludeLibsForApex, linker.Properties.Target.Apex.Exclude_shared_libs...) 327 …aredLibs = removeListFromList(deps.SharedLibs, linker.Properties.Target.Vendor.Exclude_shared_libs) [all …]
|
D | library.go | 1288 …emoveListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Vendor.Exclude_shared_libs) 1290 …ist(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Vendor.Exclude_shared_libs) 1295 …moveListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Product.Exclude_shared_libs) 1297 …st(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Product.Exclude_shared_libs) 1302 …oveListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Recovery.Exclude_shared_libs) 1304 …t(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Recovery.Exclude_shared_libs) 1309 …moveListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Ramdisk.Exclude_shared_libs) 1311 …st(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Ramdisk.Exclude_shared_libs) 1316 …tFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_shared_libs) 1318 ….ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Vendor_ramdisk.Exclude_shared_libs)
|
D | bp2build.go | 658 excludeSharedLibs := props.Exclude_shared_libs 669 …edAndImplementationsDepsExcludes(ctx, !isBinary, sharedLibs, props.Exclude_shared_libs, props.Expo…
|