From b73c3a6d221523f06d30c15145866056556187d0 Mon Sep 17 00:00:00 2001 From: Yu Liu Date: Tue, 10 Dec 2024 00:58:06 +0000 Subject: Convert checkApexAvailability to use ModuleProxy. Bug: 377723687 Test: Unit tests and compare the ninja and mk files generated. Change-Id: I7582db8e22e94d0a9db7715a76bb6ed34c166a4e --- android/module_proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/module_proxy.go') diff --git a/android/module_proxy.go b/android/module_proxy.go index 30459b9cd..8cc8fa1e7 100644 --- a/android/module_proxy.go +++ b/android/module_proxy.go @@ -189,7 +189,7 @@ func (m ModuleProxy) VariablesForTests() map[string]string { } func (m ModuleProxy) String() string { - return m.module.Name() + return m.module.String() } func (m ModuleProxy) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { -- cgit v1.2.3-59-g8ed1b