summaryrefslogtreecommitdiff
path: root/android/license_metadata.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/license_metadata.go')
-rw-r--r--android/license_metadata.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/license_metadata.go b/android/license_metadata.go
index d15dfa841..e79febb8f 100644
--- a/android/license_metadata.go
+++ b/android/license_metadata.go
@@ -65,7 +65,7 @@ func buildLicenseMetadata(ctx *moduleContext, licenseMetadataFile WritablePath)
var allDepMetadataDepSets []depset.DepSet[Path]
ctx.VisitDirectDepsProxy(func(dep ModuleProxy) {
- if !OtherModuleProviderOrDefault(ctx, dep, CommonModuleInfoKey).Enabled {
+ if !OtherModuleProviderOrDefault(ctx, dep, CommonModuleInfoProvider).Enabled {
return
}