aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/gen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/gen.go b/cc/gen.go
index c794f5c3..487f662e 100644
--- a/cc/gen.go
+++ b/cc/gen.go
@@ -48,7 +48,7 @@ var (
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,