diff --git a/cc/ndk_headers.go b/cc/ndk_headers.go index e4a790f48..c1a3df4e8 100644 --- a/cc/ndk_headers.go +++ b/cc/ndk_headers.go @@ -27,7 +27,7 @@ import ( var ( preprocessBionicHeaders = pctx.AndroidStaticRule("preprocessBionicHeaders", blueprint.RuleParams{ - Command: "$versionerCmd $srcDir $depsPath -o $out", + Command: "$versionerCmd -o $out $srcDir $depsPath", CommandDeps: []string{"$versionerCmd"}, Description: "versioner preprocess $in", },