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

am: a5949691b5

Change-Id: I0795b5a3da0e516f42b7020df789665224e61686
This commit is contained in:
Nan Zhang 2018-07-30 13:41:24 -07:00 committed by android-build-merger
commit 2158d6ff95
1 changed files with 1 additions and 1 deletions

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