Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmodule_info_json.go24 type ExtraModuleInfoJSON struct { struct
25 SubName string `json:"-"`
26 Uninstallable bool `json:"-"`
27 … []string `json:"class,omitempty"` // $(sort $(ALL_MODULES.$(m).CLASS))
28 … []string `json:"tags,omitempty"` // $(sort $(ALL_MODULES.$(m).TAGS))
29 …ncies []string `json:"dependencies,omitempty"` // $(sort $(ALL_DEPS.$(m).ALL_DEPS))
30 … []string `json:"shared_libs,omitempty"` // $(sort $(ALL_MODULES.$(m).SHARED_LIBS))
31 … []string `json:"static_libs,omitempty"` // $(sort $(ALL_MODULES.$(m).STATIC_LIBS))
32 …[]string `json:"system_shared_libs,omitempty"` // $(sort $(ALL_MODULES.$(m).SYSTEM_SHARED_LIBS))
33 … []string `json:"srcs,omitempty"` // $(sort $(ALL_MODULES.$(m).SRCS))
[all …]