Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dsnapshot_base.go32 type SnapshotJsonFlags struct { struct
33 ModuleName string `json:",omitempty"`
34 RelativeInstallPath string `json:",omitempty"`
35 Filename string `json:",omitempty"`
36 ModuleStemName string `json:",omitempty"`
37 RustProcMacro bool `json:",omitempty"`
38 CrateName string `json:",omitempty"`
41 Required []string `json:",omitempty"`
42 Overrides []string `json:",omitempty"`
45 LicenseKinds []string `json:",omitempty"`
[all …]
Dhost_fake_snapshot.go73 SnapshotJsonFlags anonMember