Lines Matching defs:TestBinaryProperties
77 type TestBinaryProperties struct { struct
81 No_named_install_directory *bool
85 Data []string `android:"path,arch_variant"`
90 Device_common_data []string `android:"path_device_common"`
95 Device_first_data []string `android:"path_device_first"`
100 Host_common_data []string `android:"path_host_common"`
103 Data_libs []string `android:"arch_variant"`
106 Data_bins []string `android:"arch_variant"`
110 Test_config *string `android:"path,arch_variant"`
114 Test_config_template *string `android:"path,arch_variant"`
117 Test_options TestOptions
121 Require_root *bool
124 Disable_framework *bool
129 Auto_gen_config *bool
133 Test_mainline_modules []string
136 Per_testcase_directory *bool
143 Standalone_test *bool
485 func getTradefedConfigOptions(ctx android.EarlyModuleContext, properties *TestBinaryProperties, iso…