Home
last modified time | relevance | path

Searched defs:LinkableInfo (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dcc.go159 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
[all …]
Dstub_library.go41 func IsStubTarget(info *LinkableInfo) bool {
/build/soong/rust/
Drust.go1418 func rustMakeLibName(rustInfo *RustInfo, linkableInfo *cc.LinkableInfo, commonInfo *android.CommonM…
1429 func collectIncludedProtos(mod *Module, rustInfo *RustInfo, linkableInfo *cc.LinkableInfo) {
/build/soong/apex/
Dapex.go1376 commonInfo *android.CommonModuleInfo, ccMod *cc.LinkableInfo, handleSpecialLibs bool) apexFile {