Merge "Fix API lint copy command" am: 432f75c61a am: d39d5a6935

Change-Id: I3ee57adeb11e10a8d19977c78703769eaa2e594c
This commit is contained in:
Anton Hansson 2020-05-11 19:30:42 +00:00 committed by Automerger Merge Worker
commit 71d2ffd153
1 changed files with 3 additions and 3 deletions

View File

@ -1530,9 +1530,9 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) {
msg += fmt.Sprintf(``+
`2. You can update the baseline by executing the following\n`+
` command:\n`+
` cp \\ \n`+
` "'"$PWD"$'/%s" \\ \n`+
` "'"$PWD"$'/%s" \n`+
` cp \\\n`+
` "'"$PWD"$'/%s" \\\n`+
` "'"$PWD"$'/%s"\n`+
` To submit the revised baseline.txt to the main Android\n`+
` repository, you will need approval.\n`, updatedBaselineOutput, baselineFile.Path())
} else {