Merge "bundle files related to sdk dev tool with generated docs."

This commit is contained in:
Nan Zhang 2018-07-30 20:31:59 +00:00 committed by Gerrit Code Review
commit a5949691b5

View file

@ -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