Lines Matching defs:LinkableInfo
159 type LinkableInfo struct { struct
161 StaticExecutable bool
162 Static bool
163 Shared bool
164 Header bool
165 HasStubsVariants bool
166 StubsVersion string
167 IsStubs bool
168 UnstrippedOutputFile android.Path
169 OutputFile android.OptionalPath
170 CoverageFiles android.Paths
172 CoverageOutputFile android.OptionalPath
173 SAbiDumpFiles android.Paths
175 Partition string
176 CcLibrary bool
177 CcLibraryInterface bool
178 RustLibraryInterface bool
180 CrateName string
182 ExportedCrateLinkDirs []string
183 HasNonSystemVariants bool
184 IsLlndk bool
186 IsNdk bool
187 InVendorOrProduct bool
189 SubName string
190 InRamdisk bool
191 OnlyInRamdisk bool
192 InVendorRamdisk bool
193 OnlyInVendorRamdisk bool
194 InRecovery bool
195 OnlyInRecovery bool
196 InVendor bool
197 Installable *bool
199 RelativeInstallPath string
201 RustApexExclude bool
203 Bootstrap bool
204 Multilib string
205 ImplementationModuleNameForMake string
206 IsStubsImplementationRequired bool
208 Symlinks []string
209 APIListCoverageXMLPath android.ModuleOutPath
212 FuzzSharedLibraries android.RuleBuilderInstalls
213 IsVndkPrebuiltLibrary bool
214 HasLLNDKStubs bool
215 IsLLNDKMovedToApex bool
216 ImplementationModuleName string
3882 func MakeLibName(ccInfo *CcInfo, linkableInfo *LinkableInfo, commonInfo *android.CommonModuleInfo, …