Add missing // to clarify comment am: fe9a9e3f7d am: 3106a3a986

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1628692

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1a460c124718535e59c403eca936a717dddf550e
This commit is contained in:
Paul Duffin 2021-03-11 23:14:48 +00:00 committed by Automerger Merge Worker
commit 4ab6f0801b
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ func (result *testSdkResult) Module(name string, variant string) android.Module
}
// Analyse the sdk build rules to extract information about what it is doing.
//
// e.g. find the src/dest pairs from each cp command, the various zip files
// generated, etc.
func getSdkSnapshotBuildInfo(result *testSdkResult, sdk *sdk) *snapshotBuildInfo {