Lines Matching defs:PathDeps
422 type PathDeps struct { struct
423 DyLibs RustLibraries
424 RLibs RustLibraries
425 SharedLibs android.Paths
426 SharedLibDeps android.Paths
427 StaticLibs android.Paths
428 ProcMacros RustLibraries
429 AfdoProfiles android.Paths
432 depFlags []string
433 depLinkFlags []string
437 linkDirs []string
438 linkObjects []string
443 exportedLinkDirs []string
446 depClangFlags []string
447 depIncludePaths android.Paths
448 depGeneratedHeaders android.Paths
449 depSystemIncludePaths android.Paths
451 CrtBegin android.Paths
452 CrtEnd android.Paths
455 SrcDeps android.Paths
456 srcProviderFiles android.Paths
458 directImplementationDeps android.Paths
459 transitiveImplementationDeps []depset.DepSet[android.Path]
1030 func buildComplianceMetadataInfo(ctx *moduleContext, mod *Module, deps PathDeps) {