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

Commit 2800675b authored by Yu Liu's avatar Yu Liu
Browse files

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

Bug: 335718784
Test: local manual tests
Change-Id: I364cd20281e52a1682f14a43c41bfe9993f04477
parent 7eaa8370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
			}
		}