Searched defs:selectsMockModuleProperties (Results 1 – 1 of 1) sorted by relevance
890 type selectsMockModuleProperties struct { struct891 My_bool proptools.Configurable[bool]892 My_string proptools.Configurable[string]893 My_string_list proptools.Configurable[[]string]894 My_paths proptools.Configurable[[]string] `android:"path"`895 …g_list proptools.Configurable[[]string] `android:"replace_instead_of_append,arch_variant"`896 My_nonconfigurable_bool *bool897 My_nonconfigurable_string *string898 My_nonconfigurable_string_list []string