Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -343,23 +343,26 @@ func (defs Bp2BuildSoongConfigDefinitions) String() string {
|
||||
//
|
||||
// For example, the acme_cc_defaults example above would
|
||||
// produce a reflect.Value whose type is:
|
||||
// *struct {
|
||||
// Soong_config_variables struct {
|
||||
// Board struct {
|
||||
// Soc_a interface{}
|
||||
// Soc_b interface{}
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// *struct {
|
||||
// Soong_config_variables struct {
|
||||
// Board struct {
|
||||
// Soc_a interface{}
|
||||
// Soc_b interface{}
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// And whose value is:
|
||||
// &{
|
||||
// Soong_config_variables: {
|
||||
// Board: {
|
||||
// Soc_a: (*struct{ Cflags []string })(nil),
|
||||
// Soc_b: (*struct{ Cflags []string })(nil),
|
||||
// },
|
||||
// },
|
||||
// }
|
||||
//
|
||||
// &{
|
||||
// Soong_config_variables: {
|
||||
// Board: {
|
||||
// Soc_a: (*struct{ Cflags []string })(nil),
|
||||
// Soc_b: (*struct{ Cflags []string })(nil),
|
||||
// },
|
||||
// },
|
||||
// }
|
||||
func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value {
|
||||
var fields []reflect.StructField
|
||||
|
||||
|
Reference in New Issue
Block a user