Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dtesting.go296 type customProps struct { struct
297 EmbeddedProps
298 *OtherEmbeddedProps
300 Bool_prop bool
301 Bool_ptr_prop *bool
303 Int_prop int `blueprint:"mutated"`
304 Int64_ptr_prop *int64
305 String_prop string
306 String_literal_prop *string `android:"arch_variant"`
307 String_ptr_prop *string
[all …]