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

Change-Id: I7520caac894887febbcb3266f9240d2079e9d4f0
This commit is contained in:
Anton Hansson
2020-05-11 18:00:25 +00:00
committed by Automerger Merge Worker

View File

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