diff --git a/android/module.go b/android/module.go index 5c2b1e1ea..f9fab96a9 100644 --- a/android/module.go +++ b/android/module.go @@ -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, } }