Lines Matching defs:TestBinaryProperties
75 type TestBinaryProperties struct { struct
78 Test_per_src *bool
83 No_named_install_directory *bool
87 Data []string `android:"path,arch_variant"`
90 Data_libs []string `android:"arch_variant"`
93 Data_bins []string `android:"arch_variant"`
97 Test_config *string `android:"path,arch_variant"`
101 Test_config_template *string `android:"path,arch_variant"`
104 Test_options TestOptions
108 Require_root *bool
111 Disable_framework *bool
116 Auto_gen_config *bool
120 Test_mainline_modules []string
123 Per_testcase_directory *bool
433 func getTradefedConfigOptions(ctx android.EarlyModuleContext, properties *TestBinaryProperties, iso…