Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dproject_json.go58 type rustProjectJson struct { struct
59 Sysroot string `json:"sysroot"`
60 Crates []rustProjectCrate `json:"crates"`
222 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error {