diff options
Diffstat (limited to 'android/path_properties_test.go')
-rw-r--r-- | android/path_properties_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/path_properties_test.go b/android/path_properties_test.go index 07b48696c..6f44f2872 100644 --- a/android/path_properties_test.go +++ b/android/path_properties_test.go @@ -64,7 +64,7 @@ func (p *pathDepsMutatorTestModule) GenerateAndroidBuildActions(ctx ModuleContex if p.props.Foo != "" { // Make sure there is only one dependency on a module listed in a property present in multiple property structs m := SrcIsModule(p.props.Foo) - if GetModuleFromPathDep(ctx, m, "") == nil { + if GetModuleProxyFromPathDep(ctx, m, "") == nil { ctx.ModuleErrorf("GetDirectDepWithTag failed") } } |