Home
last modified time | relevance | path

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

/build/soong/rust/
Drust.go56 type RustInfo struct { struct
57 AndroidMkSuffix string
58 RustSubName string
59 TransitiveAndroidMkSharedLibs depset.DepSet[string]
60 CompilerInfo *CompilerInfo
61 SnapshotInfo *cc.SnapshotInfo
62 SourceProviderInfo *SourceProviderInfo
63 XrefRustFiles android.Paths
64 DocTimestampFile android.OptionalPath
1418 func rustMakeLibName(rustInfo *RustInfo, linkableInfo *cc.LinkableInfo, commonInfo *android.CommonM…
[all …]