Searched defs:LinkableInfo (Results 1 – 4 of 4) sorted by relevance
159 type LinkableInfo struct { struct161 StaticExecutable bool162 Static bool163 Shared bool164 Header bool165 HasStubsVariants bool166 StubsVersion string167 IsStubs bool168 UnstrippedOutputFile android.Path169 OutputFile android.OptionalPath[all …]
41 func IsStubTarget(info *LinkableInfo) bool {
1418 func rustMakeLibName(rustInfo *RustInfo, linkableInfo *cc.LinkableInfo, commonInfo *android.CommonM…1429 func collectIncludedProtos(mod *Module, rustInfo *RustInfo, linkableInfo *cc.LinkableInfo) {
1376 commonInfo *android.CommonModuleInfo, ccMod *cc.LinkableInfo, handleSpecialLibs bool) apexFile {