Merge "bundle files related to sdk dev tool with generated docs."
This commit is contained in:
commit
a5949691b5
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ func (d *Droiddoc) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
|||
}
|
||||
|
||||
if Bool(d.properties.Write_sdk_values) {
|
||||
opts += " -sdkvalues " + android.PathForModuleOut(ctx, "docs").String()
|
||||
opts += " -sdkvalues " + android.PathForModuleOut(ctx, "docs", "out").String()
|
||||
}
|
||||
|
||||
var postDoclavaCmds string
|
||||
|
|
Loading…
Reference in a new issue