diff --git a/java/droiddoc.go b/java/droiddoc.go index da8489ac1..64e8c5999 100644 --- a/java/droiddoc.go +++ b/java/droiddoc.go @@ -1564,7 +1564,7 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) { ` 1. You can add '@hide' javadoc comments (and remove @SystemApi/@TestApi/etc)\n`+ ` to the new methods, etc. shown in the above diff.\n\n`+ ` 2. You can update current.txt and/or removed.txt by executing the following command:\n`+ - ` make %s-update-current-api\n\n`+ + ` m %s-update-current-api\n\n`+ ` To submit the revised current.txt to the main Android repository,\n`+ ` you will need approval.\n`+ `******************************\n`, ctx.ModuleName())