Fix incorrect package for variable
java doesn't use a config package for its variables Test: java_test.go Change-Id: I84c396b794d6eef971b1ef174a6f6e529071c452
This commit is contained in:
parent
d48633a564
commit
eb54da6ebe
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var (
|
|||
javac = pctx.AndroidGomaStaticRule("javac",
|
||||
blueprint.RuleParams{
|
||||
Command: `rm -rf "$outDir" && mkdir -p "$outDir" && ` +
|
||||
`${config.JavacWrapper}$javacCmd ` +
|
||||
`${JavacWrapper}$javacCmd ` +
|
||||
`-encoding UTF-8 $javacFlags $bootClasspath $classpath ` +
|
||||
`-extdirs "" -d $outDir @$out.rsp || ( rm -rf "$outDir"; exit 41 ) && ` +
|
||||
`find $outDir -name "*.class" > $out`,
|
||||
|
|
Loading…
Reference in a new issue