Searched defs:RustInfo (Results 1 – 1 of 1) sorted by relevance
56 type RustInfo struct { struct57 AndroidMkSuffix string58 RustSubName string59 TransitiveAndroidMkSharedLibs depset.DepSet[string]60 CompilerInfo *CompilerInfo61 SnapshotInfo *cc.SnapshotInfo62 SourceProviderInfo *SourceProviderInfo63 XrefRustFiles android.Paths64 DocTimestampFile android.OptionalPath1418 func rustMakeLibName(rustInfo *RustInfo, linkableInfo *cc.LinkableInfo, commonInfo *android.CommonM…[all …]