Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go232 type snapshotJsonFlags struct { struct
233 ModuleName string `json:",omitempty"`
234 RelativeInstallPath string `json:",omitempty"`
237 ExportedDirs []string `json:",omitempty"`
238 ExportedSystemDirs []string `json:",omitempty"`
239 ExportedFlags []string `json:",omitempty"`
240 Sanitize string `json:",omitempty"`
241 SanitizeMinimalDep bool `json:",omitempty"`
242 SanitizeUbsanDep bool `json:",omitempty"`
245 Symlinks []string `json:",omitempty"`
[all …]