diff options
Diffstat (limited to 'java/droiddoc.go')
-rw-r--r-- | java/droiddoc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/droiddoc.go b/java/droiddoc.go index 10f8881f5..9c88a3ca2 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()) |