Lines Matching refs:Properties
76 Properties TestProperties member
91 return BoolDefault(test.Properties.Test_harness, true)
115 return append(test.binaryDecorator.compilerProps(), &test.Properties)
125 if Bool(test.Properties.Require_root) {
134 TestConfigProp: test.Properties.Test_config,
135 TestConfigTemplateProp: test.Properties.Test_config_template,
136 TestSuites: test.Properties.Test_suites,
138 AutoGenConfig: test.Properties.Auto_gen_config,
144 dataSrcPaths := android.PathsForModuleSrc(ctx, test.Properties.Data)
183 if !Bool(test.Properties.No_named_install_directory) {
185 } else if String(test.baseCompiler.Properties.Relative_install_path) == "" {
189 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
190 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
245 deps.DataLibs = append(deps.DataLibs, test.Properties.Data_libs...)
246 deps.DataBins = append(deps.DataBins, test.Properties.Data_bins...)