Add missing // to clarify comment
Bug: 181070625 Test: m nothing Change-Id: Ia22a1be7a05b3a9efd34f2bf70216eb046396be0
This commit is contained in:
parent
d1fc19be39
commit
fe9a9e3f7d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue