Home
last modified time | relevance | path

Searched refs:binaryProperties (Results 1 – 4 of 4) sorted by relevance

/build/soong/python/
Dbinary.go58 binaryProperties BinaryProperties member
88 return BoolDefault(binary.binaryProperties.Autorun, true)
92 return []interface{}{&binary.binaryProperties}
145 if String(binary.binaryProperties.Main) == "" {
148 main = String(binary.binaryProperties.Main)
163 if String(binary.binaryProperties.Stem) != "" {
164 stem = String(binary.binaryProperties.Stem)
167 return stem + String(binary.binaryProperties.Suffix)
Dandroidmk.go53 if len(p.binaryProperties.Test_suites) > 0 {
55 strings.Join(p.binaryProperties.Test_suites, " "))
65 if len(p.binaryDecorator.binaryProperties.Test_suites) > 0 {
67 strings.Join(p.binaryDecorator.binaryProperties.Test_suites, " "))
74 if !BoolDefault(p.binaryProperties.Auto_gen_config, true) {
Dtest.go53 test.testProperties.Test_config_template, test.binaryDecorator.binaryProperties.Test_suites,
54 test.binaryDecorator.binaryProperties.Auto_gen_config)
/build/soong/java/
Djava.go2436 type binaryProperties struct { struct
2447 binaryProperties binaryProperties member
2462 if j.binaryProperties.Main_class != nil {
2467 GenerateMainClassManifest(ctx, manifestFile, String(j.binaryProperties.Main_class))
2476 if j.binaryProperties.Wrapper != nil {
2477 j.wrapperFile = android.PathForModuleSrc(ctx, *j.binaryProperties.Wrapper)
2509 module.AddProperties(&module.binaryProperties)
2526 module.AddProperties(&module.binaryProperties)