summaryrefslogtreecommitdiff
path: root/android/base_module_context.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-12-06 19:40:49 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-12-06 19:40:49 +0000
commitec8d5f2dce7351a340231e02fc19c586cf4059a7 (patch)
tree75c472d20a2f1f4bb7acfa07ee3e35e2c1398a27 /android/base_module_context.go
parent012958b69fff4317dc5e505fa88ad2593a2bea62 (diff)
parent495661b97b2679cf7fe2287c2b1c4a155d656db6 (diff)
Merge "Convert checkStaticLinkingToStubLibraries to use module proxy." into main am: 495661b97b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3356482 Change-Id: Iec67b50ae0fbc6c3e091b9abf8d571030efe68f8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/base_module_context.go')
-rw-r--r--android/base_module_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/base_module_context.go b/android/base_module_context.go
index 1f89deaed..06819d64a 100644
--- a/android/base_module_context.go
+++ b/android/base_module_context.go
@@ -288,7 +288,7 @@ func (b *baseModuleContext) OtherModuleReverseDependencyVariantExists(name strin
return b.bp.OtherModuleReverseDependencyVariantExists(name)
}
func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string {
- return b.bp.OtherModuleType(m)
+ return b.bp.OtherModuleType(getWrappedModule(m))
}
func (b *baseModuleContext) otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) {