Optimize PathForBazelOutRelative
This isn't benchmarked or anything, but should give minor performance improvements. Test: Verified ninja files didn't change on aosp_arm64-userdebug Change-Id: I030991f91c326669b7b7e73b8171da4b2a68cbb4
This commit is contained in:
@@ -409,7 +409,7 @@ func bottomUpMutatorContextFactory(ctx blueprint.BottomUpMutatorContext, a Modul
|
||||
|
||||
return &bottomUpMutatorContext{
|
||||
bp: ctx,
|
||||
baseModuleContext: a.base().baseModuleContextFactory(ctx),
|
||||
baseModuleContext: moduleContext,
|
||||
finalPhase: finalPhase,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user