Merge "Add comment for naming jdiffdocZip in droiddoc.go"
am: 2da4ea0b6b
Change-Id: Ie5713a88a83b41719d851607834680e272d675d7
This commit is contained in:
commit
f952b286ec
|
@ -1631,6 +1631,9 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
|||
|
||||
if Bool(d.properties.Jdiff_enabled) && !ctx.Config().IsPdkBuild() {
|
||||
|
||||
// Please sync with android-api-council@ before making any changes for the name of jdiffDocZip below
|
||||
// since there's cron job downstream that fetch this .zip file periodically.
|
||||
// See b/116221385 for reference.
|
||||
d.jdiffDocZip = android.PathForModuleOut(ctx, ctx.ModuleName()+"-"+"jdiff-docs.zip")
|
||||
d.jdiffStubsSrcJar = android.PathForModuleOut(ctx, ctx.ModuleName()+"-"+"jdiff-stubs.srcjar")
|
||||
|
||||
|
|
Loading…
Reference in New Issue