Documenting android/apex.go

Mostly documentation changes, but includes a few refactorings like
changing the variable names, reording functions, reordering statements
in logical order, etc.

Bug: 173472337
Test: m
Change-Id: I000c76e818722ed06bac03d9de87588b23552b08
This commit is contained in:
Jiyong Park
2020-11-18 01:34:22 +09:00
parent 8e6d52f362
commit e4758ed844
2 changed files with 298 additions and 216 deletions

View File

@@ -709,7 +709,7 @@ func apexDepsMutator(mctx android.TopDownMutatorContext) {
return true
})
apexContents := android.NewApexContents(mctx.ModuleName(), contents)
apexContents := android.NewApexContents(contents)
mctx.SetProvider(ApexBundleInfoProvider, ApexBundleInfo{
Contents: apexContents,
})