diff options
| -rw-r--r-- | sdk/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |