Merge "Do not include any documentation when building stubs" into rvc-dev
This commit is contained in:
@@ -1344,6 +1344,7 @@ func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuil
|
|||||||
cmd.FlagWithArg("--doc-stubs ", stubsDir.String())
|
cmd.FlagWithArg("--doc-stubs ", stubsDir.String())
|
||||||
} else {
|
} else {
|
||||||
cmd.FlagWithArg("--stubs ", stubsDir.String())
|
cmd.FlagWithArg("--stubs ", stubsDir.String())
|
||||||
|
cmd.Flag("--exclude-documentation-from-stubs")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user