Lines Matching defs:customProps
296 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
308 String_list_prop []string
310 Nested_props nestedProps
311 Nested_props_ptr *nestedProps
313 Arch_paths []string `android:"path,arch_variant"`
314 Arch_paths_exclude []string `android:"path,arch_variant"`
317 One_to_many_prop *bool
319 Api *string // File describing the APIs of this module