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

Commit b26070ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Documenting android/apex.go"

parents 5898d569 e4758ed8
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,
	})