Lines Matching refs:bp
68 func testConfig(bp string, fs map[string][]byte) android.Config {
69 bp += `
124 return android.TestArchConfig(buildDir, nil, bp, mockFS)
464 bp := "genrule {\n"
465 bp += "name: \"gen\",\n"
466 bp += test.prop
467 bp += "}\n"
469 config := testConfig(bp, nil)
519 bp := `
560 config := testConfig(bp, nil)
636 bp := "gensrcs {\n"
637 bp += `name: "gen",` + "\n"
638 bp += `output_extension: "h",` + "\n"
639 bp += test.prop
640 bp += "}\n"
642 config := testConfig(bp, nil)
685 bp := `
702 config := testConfig(bp, nil)