Home
last modified time | relevance | path

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

/build/soong/android/
Dselects_test.go890 type selectsMockModuleProperties struct { struct
891 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 *bool
897 My_nonconfigurable_string *string
898 My_nonconfigurable_string_list []string