Add missing // to clarify comment

Bug: 181070625
Test: m nothing
Change-Id: Ia22a1be7a05b3a9efd34f2bf70216eb046396be0
This commit is contained in:
Paul Duffin 2021-03-11 17:41:01 +00:00
parent d1fc19be39
commit fe9a9e3f7d

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 {