Searched refs:makeVariableToBlueprint (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/androidmk/androidmk/ |
H A D | android.go | 353 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 392 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType) 451 bpvalue, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 472 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 489 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 524 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 570 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 652 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 725 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 780 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType) [all …]
|
H A D | androidmk.go | 342 val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.ListType) 366 …val, err := makeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bppa… 391 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString, func
|