Merge "Do not include any documentation when building stubs" into rvc-dev
This commit is contained in:
commit
571c9d93b3
1 changed files with 1 additions and 0 deletions
|
@ -1344,6 +1344,7 @@ func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuil
|
|||
cmd.FlagWithArg("--doc-stubs ", stubsDir.String())
|
||||
} else {
|
||||
cmd.FlagWithArg("--stubs ", stubsDir.String())
|
||||
cmd.Flag("--exclude-documentation-from-stubs")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue