Add missing // to clarify comment am: fe9a9e3f7d
am: 3106a3a986
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1628692 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1a460c124718535e59c403eca936a717dddf550e
This commit is contained in:
commit
4ab6f0801b
|
@ -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 New Issue