commit | 17bef8f03494c7c364498c62de3ac1d30712d2e6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jul 07 00:19:45 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jul 07 00:19:45 2018 +0000 |
tree | 815949e4ba7a5eeada962043236d2bb6a7746c27 | |
parent | 5af1cbe776a8a8c8c3bc0fcf8eaab77925062457 [diff] | |
parent | b468bca5515a301a002f45ff53c6bf22848c6224 [diff] |
Merge "aidl: -ninja -> --ninja"
diff --git a/cc/gen.go b/cc/gen.go index c794f5c..487f662 100644 --- a/cc/gen.go +++ b/cc/gen.go
@@ -48,7 +48,7 @@ aidl = pctx.AndroidStaticRule("aidl", blueprint.RuleParams{ - Command: "$aidlCmd -d${out}.d -ninja $aidlFlags $in $outDir $out", + Command: "$aidlCmd -d${out}.d --ninja $aidlFlags $in $outDir $out", CommandDeps: []string{"$aidlCmd"}, Depfile: "${out}.d", Deps: blueprint.DepsGCC,