Searched defs:customProps (Results 1 – 1 of 1) sorted by relevance
296 type customProps struct { struct297 EmbeddedProps298 *OtherEmbeddedProps300 Bool_prop bool301 Bool_ptr_prop *bool303 Int_prop int `blueprint:"mutated"`304 Int64_ptr_prop *int64305 String_prop string306 String_literal_prop *string `android:"arch_variant"`307 String_ptr_prop *string[all …]