From fe9a9e3f7d3863f22f70c9bca3d6f18b99314e4e Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 11 Mar 2021 17:41:01 +0000 Subject: [PATCH] Add missing // to clarify comment Bug: 181070625 Test: m nothing Change-Id: Ia22a1be7a05b3a9efd34f2bf70216eb046396be0 --- sdk/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/testing.go b/sdk/testing.go index fac2f8e8a..3fb27ca27 100644 --- a/sdk/testing.go +++ b/sdk/testing.go @@ -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 {