diff options
Diffstat (limited to 'java/droidstubs.go')
-rw-r--r-- | java/droidstubs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/droidstubs.go b/java/droidstubs.go index c2e822df8..6ef2afe0e 100644 --- a/java/droidstubs.go +++ b/java/droidstubs.go @@ -1155,7 +1155,8 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) { `either of the two choices above and try re-building the target.\n`+ `If the mismatch between the stubs and the current.txt is intended,\n`+ `you can try re-building the target by executing the following command:\n`+ - `m DISABLE_STUB_VALIDATION=true <your build target>\n`+ + `m DISABLE_STUB_VALIDATION=true <your build target>.\n`+ + `Note that DISABLE_STUB_VALIDATION=true does not bypass checkapi.\n`+ `******************************\n`, ctx.ModuleName()) rule.Command(). |