Home
last modified time | relevance | path

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

/build/soong/java/
Djdeps.go120 func createJsonFile(moduleInfos map[string]android.IdeInfo, jfpath android.WritablePath) error {
/build/soong/android/
Dmodule.go2411 IDEInfo(ideInfo *IdeInfo)
2423 type IdeInfo struct { struct
2424 Deps []string `json:"dependencies,omitempty"`
2425 Srcs []string `json:"srcs,omitempty"`
2426 Aidl_include_dirs []string `json:"aidl_include_dirs,omitempty"`
2427 Jarjar_rules []string `json:"jarjar_rules,omitempty"`
2428 Jars []string `json:"jars,omitempty"`
2429 Classes []string `json:"class,omitempty"`
2430 Installed_paths []string `json:"installed,omitempty"`
2431 SrcJars []string `json:"srcjars,omitempty"`
[all …]