Loading android/apex.go +284 −202 File changed.Preview size limit exceeded, changes collapsed. Show changes apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -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, }) Loading Loading
apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -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, }) Loading