Lines Matching +full:ninja +full:- +full:bin
7 // http://www.apache.org/licenses/LICENSE-2.0
27 pctx.SourcePathVariable("lexCmd", "prebuilts/build-tools/${config.HostPrebuiltTag}/bin/flex")
28 pctx.SourcePathVariable("m4Cmd", "prebuilts/build-tools/${config.HostPrebuiltTag}/bin/m4")
30 pctx.HostBinToolVariable("aidlCmd", "aidl-cpp")
37 Command: "M4=$m4Cmd $lexCmd $flags -o$out $in",
43 Command: "$syspropCmd --header-dir=$headerOutDir --public-header-dir=$publicOutDir " +
44 "--source-dir=$srcOutDir --include-name=$includeName $in",
51 Command: "$windmcCmd -r$$(dirname $out) -h$$(dirname $out) $in",
58 // list of module-specific flags that will be used for .y and .yy compiles
81 sedCmd := "sed -i.bak 's#" + sboxOutDir + "#" + outDir.String() + "#'"
103 cmd.Text("BISON_PKGDATADIR=prebuilts/build-tools/common/bison").
106 Flag("-d").
108 FlagWithOutput("--defines=", headerFile).
109 Flag("-o").Output(outFile).Input(yaccFile)
135 aidlFlags += " -I" + baseDir
139 cmd.BuiltTool("aidl-cpp").
140 FlagWithDepFile("-d", depFile).
141 Flag("--ninja").
160 // list of module-specific flags that will be used for .l and .ll compiles
302 // TODO: Reduce the size of the ninja file by using one order only dep for the whole rule