Move versioner's -o before positional arguments.
Mac's getopt can't handle this. Test: make ndk # on mac Bug: None Change-Id: I5a4911632f3da77a5489571520526f90f5d80abf
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
preprocessBionicHeaders = pctx.AndroidStaticRule("preprocessBionicHeaders",
|
preprocessBionicHeaders = pctx.AndroidStaticRule("preprocessBionicHeaders",
|
||||||
blueprint.RuleParams{
|
blueprint.RuleParams{
|
||||||
Command: "$versionerCmd $srcDir $depsPath -o $out",
|
Command: "$versionerCmd -o $out $srcDir $depsPath",
|
||||||
CommandDeps: []string{"$versionerCmd"},
|
CommandDeps: []string{"$versionerCmd"},
|
||||||
Description: "versioner preprocess $in",
|
Description: "versioner preprocess $in",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user