Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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"`
245 Symlinks []string `json:",omitempty"`
248 SharedLibs []string `json:",omitempty"`
249 RuntimeLibs []string `json:",omitempty"`
250 Required []string `json:",omitempty"`
253 InitRc []string `json:",omitempty"`
[all …]