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

Bug: 335718784
Test: local manual tests
Change-Id: I364cd20281e52a1682f14a43c41bfe9993f04477
diff --git a/android/module.go b/android/module.go
index 5c2b1e1..f9fab96 100644
--- a/android/module.go
+++ b/android/module.go
@@ -1914,7 +1914,7 @@
 				return
 			}
 			cacheKey = &blueprint.BuildActionCacheKey{
-				Id:        ctx.bp.ModuleId(),
+				Id:        ctx.bp.ModuleCacheKey(),
 				InputHash: hash,
 			}
 		}