Home
last modified time | relevance | path

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

/build/soong/rust/
Dproject_json.go56 type rustProjectJson struct { struct
57 Roots []string `json:"roots"`
58 Crates []rustProjectCrate `json:"crates"`
292 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error {