Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dtesting.go19 type customProps struct { struct
20 Bool_prop bool
21 Bool_ptr_prop *bool
23 Int_prop int `blueprint:"mutated"`
24 Int64_ptr_prop *int64
25 String_prop string
26 String_ptr_prop *string
27 String_list_prop []string
29 Nested_props nestedProps
30 Nested_props_ptr *nestedProps
[all …]