Rename ModuleId to ModuleCacheKey and call the same named method on moduleInfo

Bug: 335718784
Test: local manual tests
Change-Id: I364cd20281e52a1682f14a43c41bfe9993f04477
This commit is contained in:
Yu Liu
2024-07-24 18:01:55 +00:00
parent 7eaa83707e
commit 2800675b31

View File

@@ -1914,7 +1914,7 @@ func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext)
return
}
cacheKey = &blueprint.BuildActionCacheKey{
Id: ctx.bp.ModuleId(),
Id: ctx.bp.ModuleCacheKey(),
InputHash: hash,
}
}