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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia121e74d3e06ae9d3f99e3c2b5705b9536b6a803
This commit is contained in:
Paul Duffin 2021-03-12 00:08:38 +00:00 committed by Automerger Merge Worker
commit 5f4e479a28
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 {