Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dsnapshot_base.go112 type SnapshotJsonFlags struct { struct
113 ModuleName string `json:",omitempty"`
114 RelativeInstallPath string `json:",omitempty"`
115 Filename string `json:",omitempty"`
116 ModuleStemName string `json:",omitempty"`
117 RustProcMacro bool `json:",omitempty"`
118 CrateName string `json:",omitempty"`
121 Required []string `json:",omitempty"`
122 Overrides []string `json:",omitempty"`
125 LicenseKinds []string `json:",omitempty"`
[all …]
Dhost_fake_snapshot.go73 SnapshotJsonFlags anonMember
/build/soong/cc/
Dvendor_snapshot.go138 snapshot.SnapshotJsonFlags anonMember