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

Commit e4758ed8 authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 8e6d52f3
Loading
Loading
Loading
Loading
+284 −202

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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,
	})