Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe9a9e3f authored by Paul Duffin's avatar Paul Duffin
Browse files

Add missing // to clarify comment

Bug: 181070625
Test: m nothing
Change-Id: Ia22a1be7a05b3a9efd34f2bf70216eb046396be0
parent d1fc19be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {