Lines Matching defs:Deps
97 type Deps struct { struct
98 SharedLibs, LateSharedLibs []string
99 StaticLibs, LateStaticLibs, WholeStaticLibs []string
100 HeaderLibs []string
101 RuntimeLibs []string
102 Rlibs []string
106 UnexportedStaticLibs []string
109 DataLibs []string
110 DataBins []string
113 SystemSharedLibs []string
116 AidlLibs []string
119 StaticUnwinderIfLegacy bool
121 ReexportSharedLibHeaders, ReexportStaticLibHeaders, ReexportHeaderLibHeaders []string
123 ObjFiles []string
125 GeneratedSources []string
126 GeneratedHeaders []string
127 GeneratedDeps []string
129 ReexportGeneratedHeaders []string
131 CrtBegin, CrtEnd []string
134 DynamicLinker string
137 ExcludeLibsForApex []string
139 ExcludeLibsForNonApex []string
145 LlndkHeaderLibs []string
576 GeneratorDeps(ctx DepsContext, deps Deps) Deps
586 compilerDeps(ctx DepsContext, deps Deps) Deps
601 linkerDeps(ctx DepsContext, deps Deps) Deps